Fixed phpcov dep not properly resolved on PHP 7.1 envs

This commit is contained in:
Alejandro Celaya 2019-02-16 20:29:43 +01:00
parent b8cb38ae5c
commit ee4db44fe8

View File

@ -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",