From 006807d1206b23953fcf1b829b754f3d29b10c7c Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 22 Feb 2018 18:29:06 +1300 Subject: [PATCH] Update development dependencies --- composer.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index bdf12a1..6495a06 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,13 @@ { "name": "silverstripe/externallinks", - "description": - "Adds tracking of broken external links to the SilverStripe CMS", + "description": "Adds tracking of broken external links to the SilverStripe CMS", "type": "silverstripe-vendormodule", - "keywords": ["silverstripe", "broken", "links", "href"], + "keywords": [ + "silverstripe", + "broken", + "links", + "href" + ], "license": "BSD-3-Clause", "authors": [ { @@ -12,15 +16,14 @@ } ], "require": { - "silverstripe/recipe-cms": "^1.0" + "silverstripe/recipe-cms": "1.1.0-rc2" }, "require-dev": { "phpunit/PHPUnit": "^5.7", "squizlabs/php_codesniffer": "^3.0" }, "suggest": { - "silverstripe/queuedjobs": - "Provides a more efficient method of generating/updating the report" + "silverstripe/queuedjobs": "Provides a more efficient method of generating/updating the report" }, "autoload": { "psr-4": { @@ -39,4 +42,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} +} \ No newline at end of file