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 1f1527e commit 9b69a5fCopy full SHA for 9b69a5f
composer.json
@@ -25,7 +25,7 @@
25
"require": {
26
"php": "^7.1",
27
"ext-simplexml": "*",
28
- "phpstan/phpstan": "^0.11.1",
+ "phpstan/phpstan": "^0.11.4",
29
"nikic/php-parser": "^4.0"
30
},
31
"require-dev": {
phpstan.neon
@@ -2,6 +2,7 @@ includes:
2
- vendor/phpstan/phpstan-phpunit/extension.neon
3
- vendor/phpstan/phpstan-phpunit/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