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

GuzzleHTTP 7 compatibility #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FleetAdmiralButter
Copy link
Contributor

Hi,

I had to use this library in a project recently and it was using an old version of the graphql-client library that relied on GuzzleHTTP 6.x. This is quite an old release of Guzzle and it conflicted with the newer GuzzleHTTP 7.x I was using.

I've bumped the graphql-client to a newer version in this PR which does support 7.x of Guzzle. They unfortunately haven't made a release, so I've pointed it to dev-master for now. It does retain compatibility with Guzzle 6.x though so existing installs shouldn't be impacted. The SDK still appears to be working as expected with this new version.

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.

1 participant