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 c4d618c commit 08e4a13Copy full SHA for 08e4a13
composer.json
@@ -17,7 +17,7 @@
17
},
18
"require": {
19
"php": "~7.1",
20
- "phpstan/phpstan": "^0.11",
+ "phpstan/phpstan": "^0.11.4",
21
"nikic/php-parser": "^4.0"
22
23
"require-dev": {
phpstan.neon
@@ -5,6 +5,7 @@ includes:
5
- vendor/phpstan/phpstan-phpunit/extension.neon
6
- vendor/phpstan/phpstan-phpunit/rules.neon
7
- vendor/phpstan/phpstan-strict-rules/rules.neon
8
+ - vendor/phpstan/phpstan/conf/bleedingEdge.neon
9
10
parameters:
11
excludes_analyse:
0 commit comments