wikimedia/lucene-explain-parser: main (log #454731)

sourcepatches

This run took 30 seconds.

From 690ca500cbc90d2d7f0f1cae910c88e919f6926f Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Fri, 17 Sep 2021 10:55:38 +0000
Subject: [PATCH] build: Updating php-parallel-lint/php-parallel-lint to 1.3.1

Additional changes:
* composer.json: Updated phpcs command in composer test (T280592).
* composer.json: Added phpcs command to scripts (T280592).

Change-Id: If8be2fc5e8ad3edda0afdff05c4d2a8c68731968
---
 composer.json | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/composer.json b/composer.json
index 98aa460..f29bba7 100644
--- a/composer.json
+++ b/composer.json
@@ -26,7 +26,7 @@
 		"mediawiki/minus-x": "1.1.1",
 		"ockcyp/covers-validator": "1.3.3",
 		"php-parallel-lint/php-console-highlighter": "0.5.0",
-		"php-parallel-lint/php-parallel-lint": "1.3.0",
+		"php-parallel-lint/php-parallel-lint": "1.3.1",
 		"phpunit/phpunit": "^8.5"
 	},
 	"scripts": {
@@ -34,13 +34,14 @@
 			"parallel-lint . --exclude vendor",
 			"phpunit",
 			"covers-validator",
-			"phpcs -sp",
+			"@phpcs",
 			"minus-x check ."
 		],
 		"cover": "phpunit --coverage-html coverage",
 		"fix": [
 			"minus-x fix .",
 			"phpcbf"
-		]
+		],
+		"phpcs": "phpcs -sp"
 	}
 }
-- 
2.20.1

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