silverstripe-mathspamprotec.../composer.json

16 lines
524 B
JSON
Raw Normal View History

{
"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": {
2016-02-03 05:41:54 +01:00
"silverstripe/spamprotection": "^2"
2015-11-21 08:01:48 +01:00
},
"license": "BSD-3-Clause"
}