From b2fa66e2a4fdb6fe96e7ad54366df7d68dc5bb08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Tue, 22 Mar 2022 13:46:53 +0100 Subject: [PATCH] Set up main to be the future 4.1 branch --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 000ee53b..a740fc57 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "extra": { "branch-alias": { - "dev-main": "4.0.x-dev" + "dev-main": "4.1.x-dev" } } }