RyanDaDeng / laravel-google-recaptcha-v3

It's probably the best Laravel Package for Google reCAPTCHA v3. Vue component supported.
MIT License
275 stars 40 forks source link

Laravel 8.0 release not installable #72

Closed Schnoop closed 4 years ago

Schnoop commented 4 years ago

As php-coveralls is currently not supporting Guzzle 7.0, which is a requirement for Laravel 8.0, this package is not installable at the moment. https://github.com/php-coveralls/php-coveralls/issues/287

RyanDaDeng commented 4 years ago

Will fix it as high priority by this weekend! Thanks!

RyanDaDeng commented 4 years ago

hello @Schnoop this is fixed. Actually, the package doesn't require guzzle as dependencies for itself.

All good now.

Schnoop commented 4 years ago

Great news. Thanks a lot for your work!