25 lines
626 B
JSON
Raw Permalink Normal View History

2013-08-26 09:55:24 +12:00
{
2014-08-07 16:49:20 +12:00
"name": "silverstripe/externallinks",
2013-08-26 09:55:24 +12:00
"description": "Adds tracking of external broken links to the SilverStripe CMS",
"type": "silverstripe-module",
2014-08-07 16:49:20 +12:00
"keywords": ["silverstripe", "broken", "links", "href"],
"license": "BSD-3-Clause",
2013-08-26 09:55:24 +12:00
"authors": [
{
"name": "Kirk Mayo",
"email": "kirk@silverstripe.com"
}
],
2014-08-07 13:56:15 +12:00
"require": {
2014-08-07 16:49:20 +12:00
"silverstripe/framework": "~3.1",
"silverstripe/cms": "~3.1"
},
2014-08-07 13:56:15 +12:00
"require-dev": {
"hafriedlander/silverstripe-phockito": "*",
"phpunit/PHPUnit": "~3.7@stable"
},
"suggest": {
"silverstripe/queuedjobs": "Speeds up running the job for Content Editors fropm the report"
2013-08-26 09:55:24 +12:00
}
}