From 344cf73ccfa041fc2eefb698eaa0b24c2f9192e5 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Thu, 17 Nov 2016 10:17:57 +1300 Subject: [PATCH] Remove obsolete branch-alias --- composer.json | 50 ++++++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 24 deletions(-) diff --git a/composer.json b/composer.json index 3f245c0..f6ff030 100644 --- a/composer.json +++ b/composer.json @@ -1,25 +1,27 @@ { - "name": "silverstripe/spamprotection", - "description": "Spam protection module for SilverStripe.", - "type": "silverstripe-module", - "keywords": ["silverstripe", "spamprotection"], - "authors": [{ - "name": "Saophalkun Ponlu", - "email": "phalkunz@silverstripe.com" - }, { - "name": "Will Rossiter", - "email": "will@fullscreen.io" - }], - "require": { - "silverstripe/framework": "~3.1" - }, - "require-dev": { - "phpunit/PHPUnit": "~3.7@stable" - }, - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "license": "BSD-3-Clause" -} + "name": "silverstripe/spamprotection", + "description": "Spam protection module for SilverStripe.", + "type": "silverstripe-module", + "keywords": [ + "silverstripe", + "spamprotection" + ], + "authors": [ + { + "name": "Saophalkun Ponlu", + "email": "phalkunz@silverstripe.com" + }, + { + "name": "Will Rossiter", + "email": "will@fullscreen.io" + } + ], + "require": { + "silverstripe/framework": "~3.1" + }, + "require-dev": { + "phpunit/PHPUnit": "~3.7@stable" + }, + "extra": [], + "license": "BSD-3-Clause" +} \ No newline at end of file