Skip to content

Commit 41db680

Browse files
Merge branch '5.1' into 5.x
* 5.1: [Contracts] add branch-aliases for dev-main [Cache] Make Redis initializers static [Messenger] Fixed typos in Connection [CI] Fixed build on AppVeyor Fix tests typo [Lock] Reset Key lifetime time before we acquire it [CI] Silence errors when remove file/dir on test tearDown() Fix tests Remove content-type check on toArray methods
2 parents 7c2a093 + 3694fb5 commit 41db680

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@
2626
},
2727
"minimum-stability": "dev",
2828
"extra": {
29+
"branch-version": "2.3",
30+
"branch-alias": {
31+
"dev-main": "2.3-dev"
32+
},
2933
"thanks": {
3034
"name": "symfony/contracts",
3135
"url": "https://github.com/symfony/contracts"
3236
}
33-
},
34-
"extra": {
35-
"branch-version": "2.3"
3637
}
3738
}

0 commit comments

Comments
 (0)