josiasmontag / laravel-recaptchav3

Laravel package for Google's Recaptcha V3
MIT License
203 stars 37 forks source link

Add suport for Guzzle 7 #14

Closed sairam2188 closed 4 years ago

sairam2188 commented 4 years ago

Hi, please add support for the latest version of guzzlehttp/guzzle 7.0.1. I have Laravel 7 and PHP 7.3.21 I have this error in composer.

Using version ^0.5.0 for josiasmontag/laravel-recaptchav3 ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

Installation failed, reverting ./composer.json to its original content.

josiasmontag commented 4 years ago

Fixed by version 0.6.0

sairam2188 commented 4 years ago

Thank you.