From 00f89d0668f097ee0d718e0ee5f99549644b41f7 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Fri, 15 Jun 2018 16:30:05 +1200 Subject: [PATCH] Add back missing branch alias --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a6c50c623..905a0bb69 100644 --- a/composer.json +++ b/composer.json @@ -59,6 +59,9 @@ "psr/container-implementation": "1.0.0" }, "extra": { + "branch-alias": { + "4.x-dev": "4.3.x-dev" + }, "expose": [ "client/images", "client/styles", @@ -103,4 +106,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} \ No newline at end of file +}