Enable PHPStan in tests
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.11.3", | "phpstan/phpstan": "^0.11.6", | ||
"phpstan/phpstan-phpunit": "^0.11", | |||
"phpunit/phpunit": "^8.4.1", | "phpunit/phpunit": "^8.4.1", | ||
"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