From 9e752643591afcf2d8225f4f403c5b43bb5c0f95 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Thu, 19 Apr 2018 08:58:50 +0100 Subject: [PATCH] Update the branch alias for 5.x releases It's time to update the branch alias since BC breaking changes were merged and the first 5.0.0-alpha1 release has been made. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f8492cb..788ed98 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ }, "extra": { "branch-alias": { - "dev-master": "4.x-dev" + "dev-master": "5.x-dev" } } }