Skip to content

Commit 5887ec1

Browse files
committed
Back to rector dev-main to test latest autoload patch
1 parent 78fa3e2 commit 5887ec1

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.2.3",
36+
"rector/rector": "dev-main",
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.2.3"
8+
"rector/rector": "dev-main"
99
},
1010
"autoload": {
1111
"psr-4": {

0 commit comments

Comments
 (0)