mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +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
d7058e500a
commit
85d6b326c5
|
@ -24,6 +24,9 @@
|
|||
}
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "0.1.x-dev"
|
||||
},
|
||||
"flarum-extension": {
|
||||
"title": "Pusher",
|
||||
"icon": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user