We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4175e8a commit 788ea1bCopy full SHA for 788ea1b
composer.json
@@ -12,7 +12,6 @@
12
"require-dev": {
13
"php-parallel-lint/php-parallel-lint": "^1.2",
14
"phpstan/phpstan-phpunit": "^1.0",
15
- "phpstan/phpstan-php-parser": "^1.1",
16
"phpunit/phpunit": "^9.5"
17
},
18
"config": {
phpstan.neon
@@ -1,7 +1,6 @@
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:
0 commit comments