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 3421893 commit 94699e8Copy full SHA for 94699e8
composer.json
@@ -12,6 +12,7 @@
12
"require-dev": {
13
"nikic/php-parser": "^4.13.0",
14
"php-parallel-lint/php-parallel-lint": "^1.2",
15
+ "phpstan/phpstan-deprecation-rules": "^1.1",
16
"phpstan/phpstan-phpunit": "^1.0",
17
"phpstan/phpstan-strict-rules": "^1.0",
18
"phpunit/phpunit": "^9.5",
phpstan.neon
@@ -1,6 +1,7 @@
1
includes:
2
- extension.neon
3
- phpstan-baseline.neon
4
+ - vendor/phpstan/phpstan-deprecation-rules/rules.neon
5
- vendor/phpstan/phpstan-phpunit/extension.neon
6
- vendor/phpstan/phpstan-phpunit/rules.neon
7
- vendor/phpstan/phpstan-strict-rules/rules.neon
0 commit comments