From 3734160cb43479b9e50066b0a5a68cbe8a48f044 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 16 Mar 2019 10:31:13 +0100 Subject: [PATCH] Used phpcov v6 stable --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dbb97d98..b529ae8f 100644 --- a/composer.json +++ b/composer.json @@ -55,7 +55,7 @@ "filp/whoops": "^2.0", "infection/infection": "^0.12.2", "phpstan/phpstan": "^0.11.2", - "phpunit/phpcov": "^6.0@dev || ^5.0", + "phpunit/phpcov": "^6.0 || ^5.0", "phpunit/phpunit": "^8.0 || ^7.5", "roave/security-advisories": "dev-master", "shlinkio/php-coding-standard": "~1.1.0",