Skip to content

Commit e67399b

Browse files
committed
Bump phpstan from 1.x to 2.1+ and remove unnecessary psalm annotations
1 parent f72169b commit e67399b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"jetbrains/phpstorm-attributes": "^1.0",
2727
"justinrainbow/json-schema": "^6.0",
2828
"monolog/monolog": "^3.7",
29-
"phpstan/phpstan": "^2.0",
30-
"phpstan/phpstan-deprecation-rules": "^2.0",
29+
"phpstan/phpstan": "^2.1",
3130
"phpstan/phpstan-strict-rules": "^2.0",
3231
"phpunit/phpunit": "^10.5|^11.0",
3332
"symfony/cache": "^5.4|^6.0|^7.0",

phpstan.neon

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
includes:
22
- phar://phpstan.phar/conf/bleedingEdge.neon
3-
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
43
- vendor/phpstan/phpstan-strict-rules/rules.neon
54
parameters:
65
level: max

0 commit comments

Comments
 (0)