We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17344c3 commit 3ae78edCopy full SHA for 3ae78ed
composer.json
@@ -19,8 +19,7 @@
19
"require-dev": {
20
"friendsofphp/php-cs-fixer": "^3.53",
21
"jetbrains/phpstorm-attributes": "^1.0",
22
- "phpstan/phpstan": "^2.0",
23
- "phpstan/phpstan-deprecation-rules": "^2.0",
+ "phpstan/phpstan": "^2.1",
24
"phpstan/phpstan-strict-rules": "^2.0",
25
"phpunit/phpunit": "^10.5|^11.0",
26
"rector/rector": "^1.1",
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