Merge pull request #6 from vikas-srivastava/composer

NEW Add composer.json
This commit is contained in:
Will Rossiter 2012-09-24 23:58:59 -07:00
commit 69b669c155
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"
}
}