diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..e47e35d --- /dev/null +++ b/composer.json @@ -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" + } +} \ No newline at end of file