-
Notifications
You must be signed in to change notification settings - Fork 196
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
Guzzle ^7.0 #326
Comments
Hi, @robtesch
We don't have any plans for this. All our efforts are in https://github.com/HubSpot/hubspot-api-php/ |
Hi @atanasiuk-hubspot thanks for the update. What is the readiness of https://github.com/HubSpot/hubspot-api-php/? Can I switch to that for production purposes already? I noticed that even there you are using guzzle ^6.2. The reason I am asking about this, is that I have some other dependencies that are now guzzle 7+, so i cannot update them until this or the new hubspot-api-php also support it, however I completely understand if it's not a priority at the moment. Kind regards, Rob |
Hi All, I wanted to also inquire about Guzzle 7. Laravel 8 released today and they have a v7 requirement for Guzzle so us Laravel & Hubspot users (which I would surmise are many) can't upgrade to 8. Thanks for all of your work on this API. -Rob |
Hi guys, Can you please allow us to use Guzzle 7. As @streamingsystems said, we need this as we can't upgrade to Laravel 8. Thanks a lot! Michael |
I was able to work around this until the actual changes are made to the repo by following this article: https://blog.42mate.com/overriding-composer-dependencies/ If you want to use my repo:
{
"hubspot/hubspot-php": "master"
Let me know if I can help. -Rob |
@streamingsystems thanks for the fix. I've tried it but it doesn't work because I use rossjcooper's wrapper (rossjcooper/laravel-hubspot). |
I think you can accomplish this by forking his repo. Then in the fork adding my repo for GitHub instead of the default one. Then in your composer reference your repo. I am new to this advanced stuff in GitHub/Composer but was able to get it working. It's worth a try as I don't know how much this HubSpot repo is going to be updated. I can give you a hand.. but I don't know a way (via private PM) to connect.. if you give me a way to reach out to you I can assist. |
Hi, it would be great if one of the packages would support Guzzle 7, would you accept a PR to cover this? |
#333 solves this, new version bump to go |
Hi everyone |
Hi guys,
Thanks for the lib. Are there any plans to bump the guzzle dependency to ^7.0 any time soon?
Kind regards,
Rob
The text was updated successfully, but these errors were encountered: