Enabled PHPStan strict rules
Showing
... | @@ -40,7 +40,8 @@ | ... | @@ -40,7 +40,8 @@ |
"require-dev": { | "require-dev": { | ||
"doctrine/coding-standard": "^6.0", | "doctrine/coding-standard": "^6.0", | ||
"jetbrains/phpstorm-stubs": "^2019.1", | "jetbrains/phpstorm-stubs": "^2019.1", | ||
"phpstan/phpstan": "^0.12", | "phpstan/phpstan": "^0.12.18", | ||
"phpstan/phpstan-strict-rules": "^0.12.2", | |||
"phpunit/phpunit": "^9.0", | "phpunit/phpunit": "^9.0", | ||
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0" | "symfony/console": "^2.0.5|^3.0|^4.0|^5.0" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment