mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 16:28:10 +08: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:
parent
3972df0b09
commit
88a06b1843
|
@ -23,6 +23,9 @@
|
|||
}
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "0.1.x-dev"
|
||||
},
|
||||
"flarum-extension": {
|
||||
"title": "Flags",
|
||||
"icon": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user