{ "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-vendormodule", "keywords": ["silverstripe", "spamprotection", "mathspamprotection"], "authors": [{ "name": "Will Rossiter", "email": "will@fullscreen.io" }], "minimum-stability": "dev", "require": { "silverstripe/spamprotection": "^3" }, "autoload": { "psr-4": { "SilverStripe\\SpamProtection\\Maths\\": "code/" } }, "license": "BSD-3-Clause" }