From 5701a0fdd26c5748148250aab6798b554345f979 Mon Sep 17 00:00:00 2001 From: Lorenzo Pisani Date: Sun, 25 Aug 2013 19:12:24 -0700 Subject: [PATCH] Update composer branch alias (refs #4776) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8e32ac1..b27114e 100644 --- a/composer.json +++ b/composer.json @@ -26,8 +26,8 @@ }, "extra": { "branch-alias": { - "dev-3.3/dev": "3.3.x-dev", - "dev-3.4/dev": "3.4.x-dev" + "dev-3.3/develop": "3.3.x-dev", + "dev-3.4/develop": "3.4.x-dev" } } -} \ No newline at end of file +} -- 2.11.4.GIT