Skip to content
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

Upgrade guzzle in composer.json #29

Closed
wants to merge 1 commit into from

Conversation

thehoule
Copy link

Laravel 8 requires guzzle to be set at ^7.0.1. chrome-devtools-protocol sets guzzle at 6.3. Upon testing it thoroughly there appears to be no impact upgrading guzzle to ^7.0.

@alexongh
Copy link

alexongh commented Dec 2, 2020

@jakubkulhan Hi, could you review this PR? Looks fine to me

@thehoule
Copy link
Author

@jakubkulhan just trying to bump this, could you please review this PR?

@mstyles
Copy link
Contributor

mstyles commented Feb 15, 2021

we should maintain support for Guzzle v6 so that consumers aren't forced to upgrade if they don't need v7. I would recommended changing this to match ejunker's suggestion in #27, i.e. ^6.3|^7.0

@bch36
Copy link

bch36 commented Mar 3, 2021

I'm also running into this issue with a package (Sage Intacct, or intacct/intacct-sdk-php) requiring a later version of Guzzle. Could this be merged?

@mstyles
Copy link
Contributor

mstyles commented Mar 3, 2021

I've created a PR which does not force consumers to upgrade to v7 if they don't want to. #33

@jakubkulhan
Copy link
Owner

I've merged #33 instead. Thank you for your PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants