This commit is contained in:
Will Rossiter 2021-04-01 08:53:28 +13:00
parent ad36c19cbd
commit cf19fe40b5
No known key found for this signature in database
GPG Key ID: 7FD2A809B22259EF
2 changed files with 20 additions and 14 deletions

View File

@ -1,16 +1,22 @@
{
"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"
},
"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\\MathSpamProtection\\": "code/"
@ -21,5 +27,5 @@
"dev-master": "3.x-dev"
}
},
"license": "BSD-3-Clause"
"license": "BSD-3-Clause"
}

View File

@ -1,4 +1,4 @@
Copyright (c) 2016, SilverStripe Limited
Copyright (c) 2021, SilverStripe Limited
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: