mirror of
https://github.com/silverstripe/silverstripe-mathspamprotection
synced 2024-10-22 08:05:52 +02:00
FIX: Correct version of parent spam protection module
This commit is contained in:
parent
7398064cd5
commit
fb23959f60
@ -1,7 +1,7 @@
|
||||
{
|
||||
"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-module",
|
||||
"type": "silverstripe-vendormodule",
|
||||
"keywords": ["silverstripe", "spamprotection", "mathspamprotection"],
|
||||
"authors": [{
|
||||
"name": "Will Rossiter",
|
||||
@ -9,7 +9,7 @@
|
||||
}],
|
||||
"minimum-stability": "dev",
|
||||
"require": {
|
||||
"silverstripe/spamprotection": "^2"
|
||||
"silverstripe/spamprotection": "^3"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
Loading…
Reference in New Issue
Block a user