Skip to content

Commit

Permalink
Merge pull request #653 from CPS-IT/renovate/major-phpstan-packages
Browse files Browse the repository at this point in the history
[TASK] Update PHPStan packages to v2 (major)
  • Loading branch information
eliashaeussler authored Dec 4, 2024
2 parents 59b2240 + 8104054 commit 0b30938
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 82 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
"eliashaeussler/version-bumper": "^1.2",
"ergebnis/composer-normalize": "^2.26",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.2",
"phpstan/phpstan-symfony": "^1.2",
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0",
"phpstan/phpstan-symfony": "^2.0",
"phpstan/phpstan-webmozart-assert": "^2.0",
"phpunit/phpunit": "^10.1 || ^11.0",
"rector/rector": "^1.0.0",
"rector/rector": "^2.0@rc",
"seld/jsonlint": "^1.9"
},
"autoload": {
Expand Down
147 changes: 73 additions & 74 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ includes:
- .build/vendor/phpstan/phpstan/conf/bleedingEdge.neon

parameters:
level: max
level: 9
paths:
- src
- tests/src
Expand Down

0 comments on commit 0b30938

Please sign in to comment.