mirror of
https://github.com/flarum/framework.git
synced 2025-01-20 05:32:49 +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
1d23fb35a5
commit
4374d8d7c0
|
@ -8,6 +8,9 @@
|
||||||
"flarum/core": "^0.1.0-beta.4"
|
"flarum/core": "^0.1.0-beta.4"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "0.1.x-dev"
|
||||||
|
},
|
||||||
"flarum-extension": {
|
"flarum-extension": {
|
||||||
"title": "English",
|
"title": "English",
|
||||||
"icon": {
|
"icon": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user