Update the branch alias for 5.x releases

It's time to update the branch alias since BC breaking changes were merged and the first 5.0.0-alpha1 release has been made.
This commit is contained in:
Jakub Zalas
2018-04-19 08:58:50 +01:00
committed by GitHub
parent 1826097368
commit 9e75264359
+1 -1
View File
@@ -31,7 +31,7 @@
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.x-dev" "dev-master": "5.x-dev"
} }
} }
} }