silverstripe-externallinks/composer.json

21 lines
491 B
JSON

{
"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":
{
"silverstripe/framework": ">=3.0",
"silverstripe/cms": ">=3.0"
},
"suggest": {
"silverstripe/queuedjobs": "Speeds up running the job for Content Editors fropm the report"
}
}