Expanded composer.json

This commit is contained in:
Will Rossiter 2012-11-10 11:32:42 +13:00
parent 9aaeadd7ff
commit a8416221f8
1 changed files with 6 additions and 0 deletions

View File

@ -3,10 +3,16 @@
"description": "Documentation viewer module for SilverStripe",
"type": "silverstripe-module",
"keywords": ["silverstripe", "documentation"],
"license": "BSD-3-Clause",
"authors": [{
"name": "Will Rossiter",
"homepage": "http://wilr.github.com",
"email": "will@fullscreen.io"
}],
"support": [{
"email": "will@fullscreen.io",
"irc": "irc://irc.freenode.org/silverstripe"
}],
"require": {
"silverstripe/framework": "3.*"
}