From fb23959f60bfb07562b7c8f1f04ba773779aa533 Mon Sep 17 00:00:00 2001 From: Gordon Anderson Date: Fri, 20 Apr 2018 11:13:33 +0700 Subject: [PATCH] FIX: Correct version of parent spam protection module --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index bf6c03f..60c5934 100644 --- a/composer.json +++ b/composer.json @@ -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": {