From 7dd0c45d0607dfc03af0265f251b96a8b8cbe296 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Dec 2020 08:04:31 +0100 Subject: update phpunitgoodpractices/polyfill to 1.5.0 --- composer-polyfill.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'composer-polyfill.json') diff --git a/composer-polyfill.json b/composer-polyfill.json index 7a25985..10433c0 100644 --- a/composer-polyfill.json +++ b/composer-polyfill.json @@ -14,10 +14,8 @@ "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.0 || ^9.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.16" - }, - "conflict": { - "hhvm": "*" + "friendsofphp/php-cs-fixer": "^2", + "php-coveralls/php-coveralls": "^2.4" }, "config": { "optimize-autoloader": true, -- cgit