-
- Downloads
tests(phpstan): Remove PHPStan config exceptions that have been fixed in upstream PHPCS
... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
"require": { | "require": { | ||
"php": ">=7.0.8", | "php": ">=7.0.8", | ||
"ext-mbstring": "*", | "ext-mbstring": "*", | ||
"squizlabs/php_codesniffer": "^3.5.5", | "squizlabs/php_codesniffer": "^3.5.6", | ||
"symfony/yaml": ">=2.0.5", | "symfony/yaml": ">=2.0.5", | ||
"sirbrillig/phpcs-variable-analysis": "^2.8" | "sirbrillig/phpcs-variable-analysis": "^2.8" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment