2012-09-23 08:47:00 +02:00
{
2021-03-31 21:53:28 +02:00
"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"
} ,
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
} ,
2021-03-31 21:53:28 +02:00
"license" : "BSD-3-Clause"
2015-11-21 08:01:48 +01:00
}