silverstripe-externallinks/composer.json

21 lines
491 B
JSON
Raw Normal View History

2013-08-25 23:55:24 +02:00
{
"name": "kmayo-ss/externallinks",
"description": "Adds tracking of external broken links to the SilverStripe CMS",
"type": "silverstripe-module",
"keywords": ["silverstripe", "broken links", "href"],
"authors": [
{
"name": "Kirk Mayo",
"email": "kirk@silverstripe.com"
}
],
"require":
{
2013-08-26 00:06:00 +02:00
"silverstripe/framework": ">=3.0",
"silverstripe/cms": ">=3.0"
},
"suggest": {
"silverstripe/queuedjobs": "Speeds up running the job for Content Editors fropm the report"
2013-08-25 23:55:24 +02:00
}
}