From f193724ae4b8d5276f5a11ad74aead4b38400149 Mon Sep 17 00:00:00 2001 From: Fiachra McDermott Date: Mon, 2 May 2022 13:32:28 -0400 Subject: [PATCH] chore: remove branch alias --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index 86153f3..bbed6e7 100644 --- a/composer.json +++ b/composer.json @@ -56,9 +56,6 @@ ] }, "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - }, "psalm": { "pluginClass": "Psalm\\LaravelPlugin\\Plugin" }