Skip to content
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 compatibility #41

Closed
TomasA opened this issue Dec 11, 2020 · 1 comment
Closed

PHP 8 compatibility #41

TomasA opened this issue Dec 11, 2020 · 1 comment

Comments

@TomasA
Copy link

TomasA commented Dec 11, 2020

Hello,
I have a problem with PHP 8.0 and composer update. After update to PHP 8.0 the composer won't resolve the reCAPTCHA because:

- contributte/recaptcha[v3.3.0, ..., v3.3.1] require php ^7.2 -> your php version (8.0.0) does not satisfy that requirement.

I guess that the package is already PHP 8.0 compatible but the php ^7.2 requirement prevents the composer from its usage. Would it be possible to make a quick fix and release a version which will state a compatibility with PHP 8.0?

Thanks.

@f3l1x
Copy link
Member

f3l1x commented Dec 30, 2020

Resolved.

@f3l1x f3l1x closed this as completed Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants