We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395d1ee commit 7f052b7Copy full SHA for 7f052b7
composer.json
@@ -10,9 +10,9 @@
10
"phpstan/phpstan": "^1.3"
11
},
12
"require-dev": {
13
- "nikic/php-parser": "dev-master as 4.13.2",
14
"php-parallel-lint/php-parallel-lint": "^1.2",
15
"phpstan/phpstan-phpunit": "^1.0",
+ "phpstan/phpstan-php-parser": "^1.1",
16
"phpunit/phpunit": "^9.5"
17
18
"config": {
phpstan.neon
@@ -1,6 +1,8 @@
1
includes:
2
- rules.neon
3
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
4
+ - vendor/phpstan/phpstan-php-parser/extension.neon
5
+ - vendor/phpstan/phpstan-phpunit/extension.neon
6
7
parameters:
8
excludePaths:
0 commit comments