This commit is contained in:
Damian Mooyman 2015-12-11 14:42:48 +13:00
parent 6f1f36dbb6
commit f50206a7c1
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"
}