From eedf9c66c7a021e4acda89640bd0dcb4dc122512 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Oct 2021 08:37:07 +0200 Subject: update to 1.0.2 --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 5cf9d22..aec37f5 100644 --- a/composer.json +++ b/composer.json @@ -27,9 +27,7 @@ "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "require-dev": { - "php-parallel-lint/php-parallel-lint": "^1.3.0", - "php-parallel-lint/php-console-highlighter": "^0.5", - "yoast/yoastcs": "^2.1.0" + "yoast/yoastcs": "^2.2.0" }, "autoload": { "files": ["phpunitpolyfills-autoload.php"] -- cgit