-
Notifications
You must be signed in to change notification settings - Fork 141
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
Laravel 8 requires Guzzle 7.0.1 #317
Comments
Hi @patrickomeara 👋 It seems there is no support for Guzzle 7 in HTTPlug at the moment. Luckily this should not be a problem, I think you should be able to use intercom-php with a different HTTP client, for example cURL:
That way our library won't use Guzzle at all and the conflict should be gone |
Thanks so much @GabrielAnca that worked a treat. |
Hi @patrickomeara and @GabrielAnca do I need to do anything to tell intercom-php to use the curl client instead of guzzle? |
Hi @baj84 You shouldn't need to do anything special after requiring Do you have an error you can share? |
@patrickomeara I was getting a 502 Bad gateway error, but this was due to malformed post request. It's all good now - thanks for your reply. |
The minimum Guzzle requirement for Laravel 8, is Guzzle 7.0.1
There is no installable set, see below
Steps to reproduce (as granular as possible, including screenshots where appropriate)
Logs
The text was updated successfully, but these errors were encountered: