From a2d02bb9f6b367cab971c9a775a63c7b11d3191a Mon Sep 17 00:00:00 2001 From: Lorenzo Pisani Date: Sun, 25 Aug 2013 19:10:46 -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 4273048..faa776f 100644 --- a/composer.json +++ b/composer.json @@ -27,8 +27,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 +}