From 5c6b5648076a71065efeaa6b8f618ed97108e545 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 4 Jul 2024 13:29:11 +0200 Subject: [PATCH] Add a branch alias for the master branch --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index afd4ab2..254927a 100755 --- a/composer.json +++ b/composer.json @@ -37,5 +37,10 @@ "psr-4": { "KeenIO\\Bundle\\KeenIOBundle\\Tests\\": "tests/" } + }, + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } } }