From e7a3bccbae1c88f3ee3c57e08b169d7665f5a1ab Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 17 Jul 2024 05:59:36 +0200 Subject: [PATCH] add a branch alias to allow installing untagged 1.8 versions --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index b145680a..f004cc24 100644 --- a/composer.json +++ b/composer.json @@ -29,5 +29,10 @@ "CommonMarkTest": "test/", "CommonMarkTestWeak": "test/" } + }, + "extra": { + "branch-alias": { + "dev-1.8.x-beta": "1.8.x-dev" + } } }