From ee4db44fe8f77b9fce202c72b7f3c38372637492 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 16 Feb 2019 20:29:43 +0100 Subject: [PATCH] Fixed phpcov dep not properly resolved on PHP 7.1 envs --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2d12ff9e..a8f78431 100644 --- a/composer.json +++ b/composer.json @@ -55,7 +55,7 @@ "filp/whoops": "^2.0", "infection/infection": "^0.11.0", "phpstan/phpstan": "^0.10.0", - "phpunit/phpcov": "dev-master#68702e4ec8563d118a5103b5f49031877692a63c || ^5.0", + "phpunit/phpcov": "^6.0@dev || ^5.0", "phpunit/phpunit": "^8.0 || ^7.5", "roave/security-advisories": "dev-master", "shlinkio/php-coding-standard": "~1.0.0",