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 requirements.

For more information please visit at http://extension.openbees.org/instructions/
This commit is contained in:
vikas srivastava 2012-09-23 12:17:00 +05:30
parent 906613b7a8
commit a3bd2aca7b
1 changed files with 20 additions and 0 deletions

20
composer.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "silverstripe/mathspamprotection",
"description": "This module provides a simple math protection mechanism for
prevent spam from your forms.Includes an EditableMathSpamField to integrate
with the UserForms module.",
"type": "silverstripe-module",
"keywords": ["silverstripe", "spamprotection", "mathspamprotection"],
"authors": [
{
"name": "Will Rossiter",
"email": "will@fullscreen.io"
}
],
"minimum-stability": "dev",
"require":
{
"silverstripe/framework": "3.*",
"silverstripe/spamprotection": "dev-master"
}
}