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

sourcepatches

This run took 26 seconds.

From 611c3924ed01654ae4366d52543eaac748180c52 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Wed, 22 Dec 2021 11:21:50 +0000
Subject: [PATCH] build: Updating php-parallel-lint/php-parallel-lint to 1.3.1

Change-Id: I2032ec323d500ca172a0c157e4aea97afa37e114
---
 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.