mirror of
https://github.com/silverstripe/silverstripe-mathspamprotection
synced 2024-10-22 08:05:52 +02:00
a3bd2aca7b
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/
20 lines
549 B
JSON
20 lines
549 B
JSON
{
|
|
"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"
|
|
}
|
|
} |