silverstripe-externallinks/composer.json

31 lines
773 B
JSON
Raw Permalink Normal View History

2013-08-25 23:55:24 +02:00
{
2016-11-16 22:15:58 +01:00
"name": "silverstripe/externallinks",
"description": "Adds tracking of external broken links to the SilverStripe CMS",
"type": "silverstripe-module",
"keywords": [
"silverstripe",
"broken",
"links",
"href"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Kirk Mayo",
"email": "kirk@silverstripe.com"
}
],
"require": {
"silverstripe/framework": "~3.1",
"silverstripe/cms": "~3.1"
},
"require-dev": {
"hafriedlander/silverstripe-phockito": "*",
"phpunit/phpunit": "^5.7"
2016-11-16 22:15:58 +01:00
},
"suggest": {
"silverstripe/queuedjobs": "Speeds up running the job for Content Editors fropm the report"
},
2018-02-21 21:25:01 +01:00
"extra": []
}