2012-09-23 08:47:00 +02:00
{
"name" : "silverstripe/mathspamprotection" ,
2012-09-29 11:36:59 +02:00
"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 06:13:33 +02:00
"type" : "silverstripe-vendormodule" ,
2012-09-23 08:47:00 +02:00
"keywords" : [ "silverstripe" , "spamprotection" , "mathspamprotection" ] ,
2014-02-10 09:25:27 +01:00
"authors" : [ {
2012-09-23 08:47:00 +02:00
"name" : "Will Rossiter" ,
"email" : "will@fullscreen.io"
2014-02-10 09:25:27 +01:00
} ] ,
2012-09-23 08:47:00 +02:00
"minimum-stability" : "dev" ,
2014-02-10 09:25:27 +01:00
"require" : {
2018-04-20 06:13:33 +02:00
"silverstripe/spamprotection" : "^3"
2015-11-21 08:01:48 +01:00
} ,
2018-04-19 17:07:50 +02:00
"autoload" : {
"psr-4" : {
2018-04-20 09:19:30 +02:00
"SilverStripe\\MathSpamProtection\\" : "code/"
2018-04-19 17:07:50 +02:00
}
2018-05-24 23:32:19 +02:00
} ,
"extra" : {
"branch-alias" : {
"dev-master" : "3.x-dev"
}
2018-04-19 17:07:50 +02:00
} ,
2015-11-21 08:01:48 +01:00
"license" : "BSD-3-Clause"
}