Skip to content

Commit 7caae7f

Browse files
committed
Bump rector/rector and phpstan/phpstan to ^2.0
1 parent 9dd940f commit 7caae7f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"require": {
1010
"php": ">=8.3",
11-
"rector/rector": "^1.0",
11+
"rector/rector": "^2.0",
1212
"symfony/config": "^6.4",
1313
"symfony/console": "^6.4",
1414
"symfony/dependency-injection": "^6.4",
@@ -20,9 +20,9 @@
2020
"require-dev": {
2121
"ibexa/code-style": "~2.0.0",
2222
"nikic/php-parser": "^4.18",
23-
"phpstan/phpstan": "^1.10",
24-
"phpstan/phpstan-phpunit": "^1.3",
25-
"phpstan/phpstan-symfony": "^1.3",
23+
"phpstan/phpstan": "^2.0",
24+
"phpstan/phpstan-phpunit": "^2.0",
25+
"phpstan/phpstan-symfony": "^2.0",
2626
"phpunit/phpunit": "^10",
2727
"qossmic/deptrac-shim": "^0.24.0 || ^1.0.2"
2828
},

0 commit comments

Comments
 (0)