2012-09-23 12:17:00 +05:30
{
"name" : "silverstripe/mathspamprotection" ,
2012-09-29 15:06:59 +05:30
"description" : "This module provides a simple math protection mechanism for prevent spam from your forms.Includes an EditableMathSpamField to integrate with the UserForms module." ,
2018-04-20 11:13:33 +07:00
"type" : "silverstripe-vendormodule" ,
2012-09-23 12:17:00 +05:30
"keywords" : [ "silverstripe" , "spamprotection" , "mathspamprotection" ] ,
2014-02-10 21:25:27 +13:00
"authors" : [ {
2012-09-23 12:17:00 +05:30
"name" : "Will Rossiter" ,
"email" : "will@fullscreen.io"
2014-02-10 21:25:27 +13:00
} ] ,
2012-09-23 12:17:00 +05:30
"minimum-stability" : "dev" ,
2014-02-10 21:25:27 +13:00
"require" : {
2018-04-20 11:13:33 +07:00
"silverstripe/spamprotection" : "^3"
2015-11-21 20:01:48 +13:00
} ,
2018-04-19 22:07:50 +07:00
"autoload" : {
"psr-4" : {
2018-04-20 11:33:30 +07:00
"SilverStripe\\SpamProtection\\Maths\\" : "code/"
2018-04-19 22:07:50 +07:00
}
} ,
2015-11-21 20:01:48 +13:00
"license" : "BSD-3-Clause"
}