Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Lévêque <benjamin@leveque.me>2013-10-29 19:14:36 +0400
committerBenjamin Lévêque <benjamin@leveque.me>2013-11-06 11:25:40 +0400
commit7df3e142ac2e55d7967ba369002a01f4a5b3d882 (patch)
tree0b69207591067033eb6b7ff5c89f3b9857a14221 /composer.json
parenta23740ec03a9c0f37224985c81be00f942ca6d28 (diff)
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)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 5 insertions, 0 deletions
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"
+ }
+ }
}