-
Notifications
You must be signed in to change notification settings - Fork 80
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
Update Guzzlehttp to v7 #29
Comments
Hi, I just change the composer.json and it works. PR here cheers |
Is there anything else we can do to help get guzzle > 7.0.1 working with this package?
|
It appears there are some forks that are more up to date. For example, celery-payroll/freshdesk-php-sdk appears to be a company-backed fork with support for Guzzle < 8.0. To use it, add the following to your composer.json file:
Then, run |
Laravel released version 8 recently. It requires guzzlehttp/guzzle 7.0.1 (upgrade docs). It appears v3.1 of freshdesk-php-sdk requires >=4.0,<7.0:
Similar to issue #8 , can we get updates for guzzle 7.0.1 please?
The text was updated successfully, but these errors were encountered: