Commit 7df3e142 authored by Benjamin Lévêque's avatar Benjamin Lévêque

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)
parent a23740ec
...@@ -17,4 +17,9 @@ ...@@ -17,4 +17,9 @@
"issues": "https://github.com/twbs/bootstrap/issues" "issues": "https://github.com/twbs/bootstrap/issues"
} }
, "license": "Apache-2.0" , "license": "Apache-2.0"
, "extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment