silverstripe-externallinks/composer.json

29 lines
665 B
JSON
Raw Normal View History

2013-08-25 23:55:24 +02:00
{
2014-08-07 06:49:20 +02:00
"name": "silverstripe/externallinks",
2013-08-25 23:55:24 +02:00
"description": "Adds tracking of external broken links to the SilverStripe CMS",
"type": "silverstripe-vendormodule",
2014-08-07 06:49:20 +02:00
"keywords": ["silverstripe", "broken", "links", "href"],
"license": "BSD-3-Clause",
2013-08-25 23:55:24 +02:00
"authors": [
{
"name": "Kirk Mayo",
"email": "kirk@silverstripe.com"
}
],
2014-08-07 03:56:15 +02:00
"require": {
"silverstripe/recipe-cms": "^1.0"
},
2014-08-07 03:56:15 +02:00
"require-dev": {
"hafriedlander/silverstripe-phockito": "*",
"phpunit/PHPUnit": "^3.7"
2014-08-07 03:56:15 +02:00
},
"suggest": {
"silverstripe/queuedjobs": "Speeds up running the job for Content Editors fropm the report"
2015-11-19 01:28:08 +01:00
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
2015-11-19 01:28:08 +01:00
}
2013-08-25 23:55:24 +02:00
}
}