silverstripe-recaptcha
silverstripe-recaptcha copied to clipboard
Support for PHP ^7.2 in the 2.0.x-dev branch
We're upgrading a number of SilverStripe 3.x websites to run on PHP 7.2, and noticed the 2.0.x-dev branch throws an error trying to extend Object
https://github.com/chillu/silverstripe-recaptcha/blob/2.0/code/RecaptchaField.php#L280
Could this be updated to extend something else, like ViewableData
?
SilverStripe 3.7.3 Recaptcha 2.0.x-dev