Skip to content

Commit d3bae5e

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
1 parent fa58838 commit d3bae5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@
2828
"/Tests/"
2929
]
3030
},
31-
"minimum-stability": "dev"
31+
"minimum-stability": "dev",
32+
"extra": {
33+
"branch-version": "5.2"
34+
}
3235
}

0 commit comments

Comments
 (0)