silverstripe-spamprotection/composer.json
vikas srivastava 8346b5a99d New : Added composer.json
Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website. Please add more fields according to requirement.

For more information please visit at http://extension.openbees.org/instructions/
2012-09-22 22:06:48 +05:30

20 lines
397 B
JSON

{
"name": "silverstripe/spamprotection",
"description": "SpamProtection module for SilverStripe.",
"type": "silverstripe-module",
"keywords": ["silverstripe", "spamprotection"],
"authors": [
{
"name": "Saophalkun Ponlu",
"email": "phalkunz@silverstripe.com"
},
{
"name": "Will Rossiter",
"email": "will@silverstripe.com"
}
],
"require":
{
"silverstripe/framework": "3.*"
}
}