1
0
mirror of https://github.com/flarum/core.git synced 2025-07-21 16:51:34 +02:00

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:20:19 +10:30
parent 83ed64bb3b
commit 97cb86dcbe

View File

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