NEW: Added composer support

This commit is contained in:
Kirk Mayo 2013-08-26 09:55:24 +12:00
parent d52503fcbd
commit f409322c7d
1 changed files with 17 additions and 0 deletions

17
composer.json Normal file
View File

@ -0,0 +1,17 @@
{
"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.*"
}
}