From caf17ca7ee6f0f7dc52d55b5963d38bdb881403c Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 5 Jan 2021 18:05:35 +0100 Subject: [PATCH] Replace the deprecated linter package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … with the recommended replacement. This will hopefully easy the adoption of php8. Signed-off-by: Christoph Wurst --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f2a8d9c32..0233268b6 100644 --- a/composer.json +++ b/composer.json @@ -42,8 +42,8 @@ "phpunit/phpunit": "^6.5", "psr/log": "^1.0", "php-coveralls/php-coveralls": "^2.0", - "jakub-onderka/php-parallel-lint": "^1.0", - "friendsofphp/php-cs-fixer": "^2.13" + "friendsofphp/php-cs-fixer": "^2.13", + "php-parallel-lint/php-parallel-lint": "^1.2" }, "extra": { "branch-alias": {