From 2d74e475286c49457e08acc64a0c19f14a571af5 Mon Sep 17 00:00:00 2001 From: Nicolas Bastien Date: Wed, 4 Dec 2013 11:57:11 +0100 Subject: [PATCH] Add composer branch alias Hi this will help people using your bundle. With this they can add version 1.0.* and don't fear about the moment when you will add more version. --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index bd5dd291..7aa9c65b 100644 --- a/composer.json +++ b/composer.json @@ -23,5 +23,10 @@ }, "autoload": { "classmap": ["src"] + }, + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } } }