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 0d33999 commit aa4d5fcCopy full SHA for aa4d5fc
composer.json
@@ -17,7 +17,7 @@
17
},
18
"require": {
19
"php": "~7.1",
20
- "phpstan/phpstan": "^0.11",
+ "phpstan/phpstan": "^0.11.4",
21
"phpstan/phpdoc-parser": "^0.3",
22
"nikic/php-parser": "^4.0"
23
phpstan.neon
@@ -2,6 +2,7 @@ includes:
2
- extension.neon
3
- rules.neon
4
- vendor/phpstan/phpstan-strict-rules/rules.neon
5
+ - vendor/phpstan/phpstan/conf/bleedingEdge.neon
6
7
parameters:
8
excludes_analyse:
0 commit comments