Skip to content

Commit 5b2e307

Browse files
samsonasikbrendt
andauthored
ci: try rector ^2.2.5 to allow global phpunit (#1637)
Co-authored-by: Brent Roose <[email protected]>
1 parent 6c3cbe2 commit 5b2e307

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"psr/http-factory": "^1.0",
3434
"psr/http-message": "^1.0|^2.0",
3535
"psr/log": "^3.0.0",
36-
"rector/rector": "^2.1",
36+
"rector/rector": "^2.2.5",
3737
"symfony/cache": "^7.3",
3838
"symfony/mailer": "^7.2.6",
3939
"symfony/process": "^7.3",

packages/upgrade/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"minimum-stability": "dev",
66
"require": {
77
"php": "^8.4",
8-
"rector/rector": "^2.1"
8+
"rector/rector": "^2.2.5"
99
},
1010
"autoload": {
1111
"psr-4": {

0 commit comments

Comments
 (0)