Downgraded phploc and phpunit to be compatible with PHP 7.1.
Showing
+2 -2
... | ... | @@ -34,8 +34,8 @@ |
"irstea/phpstan-config": "^1.0", | ||
"jakub-onderka/php-parallel-lint": "^1.0", | ||
"maglnet/composer-require-checker": "^2.0", | ||
"phploc/phploc": "^5.0", | ||
"phpunit/phpunit": "^8.1", | ||
"phploc/phploc": "^4.0", | ||
"phpunit/phpunit": "^7.5", | ||
"roave/security-advisories": "dev-master", | ||
"sebastian/phpcpd": "^4.1", | ||
"sensiolabs/security-checker": "^5.0" | ||
... | ... |
Please register or sign in to comment