This commit is contained in:
Damian Mooyman 2016-01-21 23:59:02 +00:00
commit bb2945e443
2 changed files with 4 additions and 1 deletions

View File

@ -22,4 +22,7 @@ class MathSpamProtector implements SpamProtector
public function setFieldMapping($fieldMapping)
{
}
public function __construct($options = array()) {
}
}

View File

@ -9,7 +9,7 @@
}],
"minimum-stability": "dev",
"require": {
"silverstripe/spamprotection": "dev-master"
"silverstripe/spamprotection": "~2.0"
},
"license": "BSD-3-Clause"
}