FIX: Correct version of parent spam protection module

This commit is contained in:
Gordon Anderson 2018-04-20 11:13:33 +07:00
parent 7398064cd5
commit fb23959f60
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "silverstripe/mathspamprotection", "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.", "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-module", "type": "silverstripe-vendormodule",
"keywords": ["silverstripe", "spamprotection", "mathspamprotection"], "keywords": ["silverstripe", "spamprotection", "mathspamprotection"],
"authors": [{ "authors": [{
"name": "Will Rossiter", "name": "Will Rossiter",
@ -9,7 +9,7 @@
}], }],
"minimum-stability": "dev", "minimum-stability": "dev",
"require": { "require": {
"silverstripe/spamprotection": "^2" "silverstripe/spamprotection": "^3"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {