From 5df495ca31503a9493e1d23662d780bec634e9e6 Mon Sep 17 00:00:00 2001 From: Christopher Gammie Date: Tue, 12 Mar 2024 20:56:40 +0000 Subject: [PATCH] build: update branch alias --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index eb4adc4..be97a7c 100644 --- a/composer.json +++ b/composer.json @@ -47,8 +47,7 @@ }, "extra": { "branch-alias": { - "dev-develop": "3.x-dev", - "dev-laravel11": "4.x-dev" + "dev-develop": "4.x-dev" } }, "minimum-stability": "dev",