From 742c4a7fa31049406a177faa53c388285f4ab147 Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Thu, 22 Feb 2018 10:22:58 +1300 Subject: [PATCH] Update branch alias for 1.5.x-dev --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 031b97db..81f85a42 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "extra": { "branch-alias": { - "1.x-dev": "1.4.x-dev" + "1.x-dev": "1.5.x-dev" } } }