From 5e8ce2b5b0527a9d977ef7a362ae6f02da878ac9 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sat, 11 Apr 2020 19:10:09 +0100 Subject: [PATCH] move to php-parallel-lint/php-parallel-lint rather than abandoned jakuk-onderka/php-parallel-lint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7ed17b9a..78a571a7 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ext-mysqli": "*", "ext-sqlite3": "*", "friendsofphp/php-cs-fixer": "*", - "jakub-onderka/php-parallel-lint": "^1.0", + "php-parallel-lint/php-parallel-lint": "^1.0", "php": ">7.2.0", "php-coveralls/php-coveralls" : "*", "phpunit/phpunit": "^6|^7",