From 547f7ae0dd093e809dd59cf9885c6c249ce4dbe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Le=CC=81ve=CC=82que?= Date: Wed, 16 Oct 2013 12:52:26 +0200 Subject: [PATCH] add branch alias --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 53ea10c..a15647e 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,10 @@ "Elao\\ErrorNotifierBundle": "." } }, - + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, "target-dir": "Elao/ErrorNotifierBundle" }