Skip to content

Commit 0b30938

Browse files
Merge pull request #653 from CPS-IT/renovate/major-phpstan-packages
[TASK] Update PHPStan packages to v2 (major)
2 parents 59b2240 + 8104054 commit 0b30938

File tree

3 files changed

+81
-82
lines changed

3 files changed

+81
-82
lines changed

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@
5252
"eliashaeussler/version-bumper": "^1.2",
5353
"ergebnis/composer-normalize": "^2.26",
5454
"phpstan/extension-installer": "^1.2",
55-
"phpstan/phpstan": "^1.9",
56-
"phpstan/phpstan-deprecation-rules": "^1.1",
57-
"phpstan/phpstan-phpunit": "^1.1",
58-
"phpstan/phpstan-strict-rules": "^1.2",
59-
"phpstan/phpstan-symfony": "^1.2",
60-
"phpstan/phpstan-webmozart-assert": "^1.2",
55+
"phpstan/phpstan": "^2.0",
56+
"phpstan/phpstan-deprecation-rules": "^2.0",
57+
"phpstan/phpstan-phpunit": "^2.0",
58+
"phpstan/phpstan-strict-rules": "^2.0",
59+
"phpstan/phpstan-symfony": "^2.0",
60+
"phpstan/phpstan-webmozart-assert": "^2.0",
6161
"phpunit/phpunit": "^10.1 || ^11.0",
62-
"rector/rector": "^1.0.0",
62+
"rector/rector": "^2.0@rc",
6363
"seld/jsonlint": "^1.9"
6464
},
6565
"autoload": {

composer.lock

+73-74
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpstan.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ includes:
22
- .build/vendor/phpstan/phpstan/conf/bleedingEdge.neon
33

44
parameters:
5-
level: max
5+
level: 9
66
paths:
77
- src
88
- tests/src

0 commit comments

Comments
 (0)