From 1148d4e0ae187435567df59687a572b46b69a90c Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 7 Dec 2019 22:28:20 +0000 Subject: [PATCH] Alias the stable branch to 3.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 84933d94..61aa278c 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ ] }, "branch-alias": { - "dev-next": "4.x-dev" + "dev-stable": "3.x-dev" } }, "scripts": {