Add Composer branch-alias

This allows installations to require version 0.1.0 with minimum-stability=dev, and they will get the latest from master.

See flarum/core#727
This commit is contained in:
Toby Zerner 2016-01-19 17:18:10 +10:30
parent 85c71af3a5
commit 1fdcf58014

View File

@ -23,6 +23,9 @@
}
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
},
"flarum-extension": {
"title": "Sticky",
"icon": {