begin SilverStripe v4 compatibility update

This commit is contained in:
Dylan Wagstaff 2017-11-22 11:07:33 +13:00
parent 3547869393
commit 3c69b3fa77
1 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "silverstripe/externallinks", "name": "silverstripe/externallinks",
"description": "Adds tracking of external broken links to the SilverStripe CMS", "description": "Adds tracking of external broken links to the SilverStripe CMS",
"type": "silverstripe-module", "type": "silverstripe-vendormodule",
"keywords": ["silverstripe", "broken", "links", "href"], "keywords": ["silverstripe", "broken", "links", "href"],
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"authors": [ "authors": [
@ -11,19 +11,18 @@
} }
], ],
"require": { "require": {
"silverstripe/framework": "~3.1", "silverstripe/recipe-cms": "^1.0"
"silverstripe/cms": "~3.1"
}, },
"require-dev": { "require-dev": {
"hafriedlander/silverstripe-phockito": "*", "hafriedlander/silverstripe-phockito": "*",
"phpunit/PHPUnit": "~3.7@stable" "phpunit/PHPUnit": "^3.7"
}, },
"suggest": { "suggest": {
"silverstripe/queuedjobs": "Speeds up running the job for Content Editors fropm the report" "silverstripe/queuedjobs": "Speeds up running the job for Content Editors fropm the report"
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.0.x-dev" "dev-master": "2.0.x-dev"
} }
} }
} }