We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bcf2e commit 553b859Copy full SHA for 553b859
composer.json
@@ -19,7 +19,8 @@
19
"phpunit/phpunit": "^6.4",
20
"phpstan/phpstan-phpunit": "^0.9.0",
21
"lookyman/coding-standard": "^0.0.6",
22
- "symfony/framework-bundle": "^4.0"
+ "symfony/framework-bundle": "^4.0",
23
+ "phpstan/phpstan-strict-rules": "^0.9.0"
24
},
25
"autoload": {
26
"psr-4": {
phpstan.neon
@@ -1,6 +1,7 @@
1
includes:
2
- vendor/phpstan/phpstan-phpunit/extension.neon
3
- vendor/phpstan/phpstan-phpunit/rules.neon
4
+ - vendor/phpstan/phpstan-strict-rules/rules.neon
5
6
parameters:
7
excludes_analyse:
0 commit comments