From 36064e2475974d72fd98add005fb3487fa9f83fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Fri, 12 Apr 2024 11:40:05 +0200 Subject: [PATCH] Update branch alias for version 1.x Instead of having to update the branch alias for each release, the branch `main` can be an alias for all upcoming `1.x` versions. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4977457..18ff603 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,7 @@ }, "extra": { "branch-alias": { - "dev-main": "1.29.x-dev" + "dev-main": "1.x-dev" }, "laravel": { "providers": [