mirror of
https://github.com/silverstripe/silverstripe-mathspamprotection
synced 2024-10-22 08:05:52 +02:00
Merge pull request #6 from vikas-srivastava/composer
NEW Add composer.json
This commit is contained in:
commit
69b669c155
20
composer.json
Normal file
20
composer.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user