Require use of PHP 7 features in coding standard
Showing
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "^6.4 || ^8.3", | "phpunit/phpunit": "^6.4 || ^8.3", | ||
"sebastian/comparator": "^2.0 || ^3.0", | "sebastian/comparator": "^2.0 || ^3.0", | ||
"squizlabs/php_codesniffer": "^3.4", | "squizlabs/php_codesniffer": "^3.5", | ||
"symfony/phpunit-bridge": "^4.4@dev" | "symfony/phpunit-bridge": "^4.4@dev" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
... | ... |
Please
register
or
sign in
to comment