We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72169b commit e67399bCopy full SHA for e67399b
composer.json
@@ -26,8 +26,7 @@
26
"jetbrains/phpstorm-attributes": "^1.0",
27
"justinrainbow/json-schema": "^6.0",
28
"monolog/monolog": "^3.7",
29
- "phpstan/phpstan": "^2.0",
30
- "phpstan/phpstan-deprecation-rules": "^2.0",
+ "phpstan/phpstan": "^2.1",
31
"phpstan/phpstan-strict-rules": "^2.0",
32
"phpunit/phpunit": "^10.5|^11.0",
33
"symfony/cache": "^5.4|^6.0|^7.0",
phpstan.neon
@@ -1,6 +1,5 @@
1
includes:
2
- phar://phpstan.phar/conf/bleedingEdge.neon
3
- - vendor/phpstan/phpstan-deprecation-rules/rules.neon
4
- vendor/phpstan/phpstan-strict-rules/rules.neon
5
parameters:
6
level: max
0 commit comments