From 7df3e142ac2e55d7967ba369002a01f4a5b3d882 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjamin=20L=C3=A9v=C3=AAque?= <benjamin@leveque.me>
Date: Tue, 29 Oct 2013 16:14:36 +0100
Subject: [PATCH] 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)
---
 composer.json | 5 +++++
 1 file changed, 5 insertions(+)

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"
+      }
+  }
 }
-- 
GitLab