Skip to content

Commit 6387598

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 daf3353 commit 6387598

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
@@ -26,5 +26,8 @@
2626
"/Tests/"
2727
]
2828
},
29-
"minimum-stability": "dev"
29+
"minimum-stability": "dev",
30+
"extra": {
31+
"branch-version": "5.2"
32+
}
3033
}

0 commit comments

Comments
 (0)