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/
This commit is contained in:
vikas srivastava 2012-09-22 22:06:48 +05:30 committed by Will Rossiter
parent 03377fba84
commit 0818fd9007

20
composer.json Normal file
View File

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