From c2c4342c01c8711c28d2ba0b9e57783319d45a3a Mon Sep 17 00:00:00 2001 From: Maxime Rainville Date: Wed, 5 May 2021 11:17:33 +1200 Subject: [PATCH] MNT Remove obsolete branch-alias --- composer.json | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index a41a028..ce0f2a7 100644 --- a/composer.json +++ b/composer.json @@ -2,14 +2,20 @@ "name": "silverstripe/spamprotection", "description": "Spam protection module for SilverStripe.", "type": "silverstripe-vendormodule", - "keywords": ["silverstripe", "spamprotection"], - "authors": [{ - "name": "Saophalkun Ponlu", - "email": "phalkunz@silverstripe.com" - }, { - "name": "Will Rossiter", - "email": "will@fullscreen.io" - }], + "keywords": [ + "silverstripe", + "spamprotection" + ], + "authors": [ + { + "name": "Saophalkun Ponlu", + "email": "phalkunz@silverstripe.com" + }, + { + "name": "Will Rossiter", + "email": "will@fullscreen.io" + } + ], "require": { "silverstripe/framework": "^4.0" }, @@ -21,10 +27,7 @@ "extra": { "expose": [ "images" - ], - "branch-alias": { - "dev-master": "3.x-dev" - } + ] }, "autoload": { "psr-4": { @@ -32,7 +35,7 @@ "SilverStripe\\SpamProtection\\Tests\\": "tests/" } }, - "license": "BSD-3-Clause", + "license": "BSD-3-Clause", "minimum-stability": "dev", "prefer-stable": true -} +} \ No newline at end of file