From cb4f65e6b112a68a92ecdcbe61502aa7d6d87072 Mon Sep 17 00:00:00 2001 From: Fabien Villepinte Date: Thu, 1 Oct 2020 09:59:39 +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 5db12ab1..76f0d62d 100644 --- a/composer.json +++ b/composer.json @@ -25,8 +25,8 @@ "doctrine/orm": "^2.5", "doctrine/persistence": "^1.1 || ^2.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", "phpstan/phpstan-strict-rules": "^0.12", "phpunit/phpunit": "^7.0",