Removed optional dependency constraints used for no longer support PHP versions

This commit is contained in:
Alejandro Celaya 2019-05-13 19:21:59 +02:00
parent 42a5145895
commit f0972c6220

View file

@ -55,8 +55,8 @@
"filp/whoops": "^2.0",
"infection/infection": "^0.12.2",
"phpstan/phpstan": "^0.11.2",
"phpunit/phpcov": "^6.0 || ^5.0",
"phpunit/phpunit": "^8.0 || ^7.5",
"phpunit/phpcov": "^6.0",
"phpunit/phpunit": "^8.0",
"roave/security-advisories": "dev-master",
"shlinkio/php-coding-standard": "~1.1.0",
"symfony/dotenv": "^4.2",