From bcd9b6891d864b29b4e7c792b2c6aa014669a975 Mon Sep 17 00:00:00 2001 From: Fabien Villepinte Date: Thu, 1 Oct 2020 09:53:27 +0200 Subject: [PATCH] Use the maintained version of php-parallel-lint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6ed1135d..3a9309db 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,8 @@ "consistence/coding-standard": "^3.0.1", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "ergebnis/composer-normalize": "^2.0.2", - "jakub-onderka/php-parallel-lint": "^1.0", "phing/phing": "^2.16.0", + "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/phpstan-phpunit": "^0.12", "phpunit/phpunit": "^7.0", "slevomat/coding-standard": "^4.5.2"