mediawiki/tools/dependency-analysis: main (log #565355)

sourcepatches

This run took 24 seconds.

From c280ab88acdedd78579cdb06cf79bf7c29554df2 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Mon, 10 Jan 2022 03:49:30 +0000
Subject: [PATCH] build: Updating php-parallel-lint/php-parallel-lint to 1.3.1

Change-Id: I3d0c1e98eb56801658ad31b6dd229b88511f3f45
---
 composer.json | 76 +++++++++++++++++++++++++--------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

diff --git a/composer.json b/composer.json
index 4b5e8ce..46482c7 100644
--- a/composer.json
+++ b/composer.json
@@ -1,40 +1,40 @@
 {
-    "name": "mediawiki/dependency-analysis",
-    "description": "Dependency analysis and report for MediaWiki.",
-    "version": "0.1",
-    "type": "project",
-    "keywords": [
-        "phpda",
-        "quality",
-        "mediawiki",
-        "dependency",
-        "cyclic",
-        "metrics"
-    ],
-    "license": "GPL-2.0-or-later",
-    "authors": [
-        {
-            "name": "Daniel Kinzler"
-        }
-    ],
-    "require": {
-        "php": ">=7.2.0",
-        "dephpend/dephpend": "~0.5",
-        "phploc/phploc": "^5",
-        "symfony/event-dispatcher": ">=4.2 <4.3"
-    },
-    "require-dev": {
-        "mediawiki/minus-x": "1.1.1",
-        "php-parallel-lint/php-parallel-lint": "1.3.0",
-        "php-parallel-lint/php-console-highlighter": "0.5.0"
-    },
-    "scripts": {
-        "test": [
-            "parallel-lint . --exclude vendor",
-            "minus-x check ."
-        ],
-         "fix": [
-            "minus-x fix ."
-        ]
-    }
+	"name": "mediawiki/dependency-analysis",
+	"description": "Dependency analysis and report for MediaWiki.",
+	"version": "0.1",
+	"type": "project",
+	"keywords": [
+		"phpda",
+		"quality",
+		"mediawiki",
+		"dependency",
+		"cyclic",
+		"metrics"
+	],
+	"license": "GPL-2.0-or-later",
+	"authors": [
+		{
+			"name": "Daniel Kinzler"
+		}
+	],
+	"require": {
+		"php": ">=7.2.0",
+		"dephpend/dephpend": "~0.5",
+		"phploc/phploc": "^5",
+		"symfony/event-dispatcher": ">=4.2 <4.3"
+	},
+	"require-dev": {
+		"mediawiki/minus-x": "1.1.1",
+		"php-parallel-lint/php-console-highlighter": "0.5.0",
+		"php-parallel-lint/php-parallel-lint": "1.3.1"
+	},
+	"scripts": {
+		"test": [
+			"parallel-lint . --exclude vendor",
+			"minus-x check ."
+		],
+		"fix": [
+			"minus-x fix ."
+		]
+	}
 }
-- 
2.20.1

**purged**
Source code is licensed under the AGPL.