mirror of
https://github.com/silverstripe/silverstripe-mathspamprotection
synced 2024-10-22 08:05:52 +02:00
16 lines
524 B
JSON
16 lines
524 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/spamprotection": "^2"
|
|
},
|
|
"license": "BSD-3-Clause"
|
|
}
|