From 5f6cbb5fd96f89da053fb37a31cd90138aa2c9ab Mon Sep 17 00:00:00 2001 From: codemasher Date: Mon, 6 Apr 2020 00:42:33 +0200 Subject: [PATCH] :octocat: removed branch alias --- composer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/composer.json b/composer.json index c4e431216..eef490061 100644 --- a/composer.json +++ b/composer.json @@ -40,10 +40,5 @@ "chillerlan\\QRCodeTest\\": "tests/", "chillerlan\\QRCodeExamples\\": "examples/" } - }, - "extra": { - "branch-alias": { - "dev-v2.0.x-php5": "1.0.8-dev" - } } }