1
0
mirror of https://github.com/flarum/core.git synced 2025-06-23 11:15:53 +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 #727
This commit is contained in:
Toby Zerner
2016-01-19 17:00:10 +10:30
parent 9b5ec9d7ba
commit 2980c94247

View File

@ -75,5 +75,10 @@
"scripts": {
"test": "vendor/bin/phpunit -c tests/phpunit.xml",
"style": "vendor/bin/phpcs --standard=PSR2 -np src"
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
}
}