From 61cadeb6231a91eae2571e32a9bdcd144ed6cc1b Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Fri, 27 Mar 2020 14:48:45 +0800 Subject: [PATCH] Switch PHP Parallel Lint provider. jakub-onderka/php-parallel-lint has been abandoned, and the original author has recommended swithcing to php-parallel-lint/php-parallel-lint. Fixes #5007. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a4a140a12..1ce60636f 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "phpunit/phpunit-selenium": "~1.2", "meyfa/phpunit-assert-gd": "1.1.0", "squizlabs/php_codesniffer": "3.*", - "jakub-onderka/php-parallel-lint": "^1.0" + "php-parallel-lint/php-parallel-lint": "^1.0" }, "autoload-dev": { "classmap": [