8000 Merge branch '5.1' into 5.x · symfony/cache-contracts@b1128c0 · GitHub
[go: up one dir, main page]

Skip to content

Commit b1128c0

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 d2e8bae + 8bd0e3e commit b1128c0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@
2727
},
2828
"minimum-stability": "dev",
2929
"extra": {
30+
"branch-version": "2.3",
31+
"branch-alias": {
32+
"dev-main": "2.3-dev"
33+
},
3034
"thanks": {
3135
"name": "symfony/contracts",
3236
"url": "https://github.com/symfony/contracts"
3337
}
34-
},
35-
"extra": {
36-
"branch-version": "2.3"
3738
}
3839
}

0 commit comments

Comments
 (0)
0