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:
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user