Skip to content

Commit 3694fb5

Browse files
Merge branch '4.4' into 5.1
* 4.4: [Contracts] add branch-aliases for dev-main [Cache] Make Redis initializers static Fix tests typo [Lock] Reset Key lifetime time before we acquire it [CI] Silence errors when remove file/dir on test tearDown()
2 parents 377b3fb + ba283a6 commit 3694fb5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
}
3333
},
3434
"extra": {
35-
"branch-version": "2.1"
35+
"branch-version": "2.1",
36+
"branch-alias": {
37+
"dev-main": "2.1-dev"
38+
}
3639
}
3740
}

0 commit comments

Comments
 (0)