mirror of
https://github.com/flarum/core.git
synced 2025-07-20 08:11:27 +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": {
|
"scripts": {
|
||||||
"test": "vendor/bin/phpunit -c tests/phpunit.xml",
|
"test": "vendor/bin/phpunit -c tests/phpunit.xml",
|
||||||
"style": "vendor/bin/phpcs --standard=PSR2 -np src"
|
"style": "vendor/bin/phpcs --standard=PSR2 -np src"
|
||||||
|
},
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "0.1.x-dev"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user