-
Notifications
You must be signed in to change notification settings - Fork 777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 8.4 deprecation #565
Comments
Deprecated: ReCaptcha\RequestMethod\CurlPost::__construct(): Implicitly marking parameter $curl as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/domain.local/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/CurlPost.php on line 66 |
Being addressed here: #563 |
Looks like this project is no longer being supported by google. If you want a PHP 8.4 compatible library, check out: phpfui/recaptcha Should be a drop in replacement. Let me know of any issues. |
The
$requestMethod
argument should acceptnull
as value.The following change should be applied
I can propose a PR.
The text was updated successfully, but these errors were encountered: