]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add a branch alias 11273/head
authorBenjamin Lévêque <benjamin@leveque.me>
Tue, 29 Oct 2013 15:14:36 +0000 (16:14 +0100)
committerBenjamin Lévêque <benjamin@leveque.me>
Wed, 6 Nov 2013 07:25:40 +0000 (08:25 +0100)
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)

composer.json

index 8667ba51babf455ca406c0d529a736f2f92f1846..be8ec3fc10bde9409777fec2b1d769d04bf0021a 100644 (file)
@@ -17,4 +17,9 @@
       "issues": "https://github.com/twbs/bootstrap/issues"
     }
   , "license": "Apache-2.0"
+  , "extra": {
+      "branch-alias": {
+          "dev-master": "3.0.x-dev"
+      }
+  }
 }