From: Benjamin Lévêque Date: Tue, 29 Oct 2013 15:14:36 +0000 (+0100) Subject: Add a branch alias X-Git-Tag: v3.0.2~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11273%2Fhead;p=thirdparty%2Fbootstrap.git Add a branch alias Add a branch alias to be able to require 3.0.* version (use the branch master if minimum-stability is dev or use a tag if it's defined to stable) --- diff --git a/composer.json b/composer.json index 8667ba51ba..be8ec3fc10 100644 --- a/composer.json +++ b/composer.json @@ -17,4 +17,9 @@ "issues": "https://github.com/twbs/bootstrap/issues" } , "license": "Apache-2.0" + , "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + } }