We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eecebe commit ab808feCopy full SHA for ab808fe
composer.json
@@ -27,7 +27,8 @@
27
"require-dev": {
28
"phpunit/phpunit": "^9.0",
29
"squizlabs/php_codesniffer": "^3.5",
30
- "phpstan/phpstan": "^1.12"
+ "phpstan/phpstan": "^1.12",
31
+ "phpstan/phpstan-deprecation-rules": "^1.2"
32
},
33
"autoload-dev": {
34
"psr-0": {
phpstan.neon
@@ -1,5 +1,6 @@
1
includes:
2
- phpstan-baseline.neon
3
+ - vendor/phpstan/phpstan-deprecation-rules/rules.neon
4
5
parameters:
6
level: 7
0 commit comments