From dd98ee92a57def37f662dcb57ba7d3795e77f0a1 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Thu, 17 Nov 2016 10:15:57 +1300 Subject: [PATCH] Remove obsolete branch-alias --- composer.json | 54 +++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/composer.json b/composer.json index 46ea759..02dafb7 100644 --- a/composer.json +++ b/composer.json @@ -1,31 +1,31 @@ { - "name": "silverstripe/contentreview", - "type": "silverstripe-module", - "description": "Flags pages for periodical author review (incl. reporting)", - "homepage": "http://silverstripe.org", - "license": "BSD-3-Clause", - "keywords": ["silverstripe", "cms", "workflow"], - "authors": [ - { - "name": "SilverStripe", - "homepage": "http://silverstripe.com" - }, - { - "name": "The SilverStripe Community", - "homepage": "http://silverstripe.org" - } - ], - "require": { - "composer/installers": "*", - "silverstripe/framework": "~3.1", - "silverstripe/cms": "~3.1" - }, + "name": "silverstripe/contentreview", + "type": "silverstripe-module", + "description": "Flags pages for periodical author review (incl. reporting)", + "homepage": "http://silverstripe.org", + "license": "BSD-3-Clause", + "keywords": [ + "silverstripe", + "cms", + "workflow" + ], + "authors": [ + { + "name": "SilverStripe", + "homepage": "http://silverstripe.com" + }, + { + "name": "The SilverStripe Community", + "homepage": "http://silverstripe.org" + } + ], + "require": { + "composer/installers": "*", + "silverstripe/framework": "~3.1", + "silverstripe/cms": "~3.1" + }, "suggests": { "silverstripe/queuedjobs": "Automatically schedules content review emails to be sent, only requiring one crontask to be created" }, - "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" - } - } -} + "extra": [] +} \ No newline at end of file