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

Makes the package work with PHP 8 & Guzzle 7. #15

Merged
merged 1 commit into from
Aug 24, 2021
Merged

Makes the package work with PHP 8 & Guzzle 7. #15

merged 1 commit into from
Aug 24, 2021

Conversation

pocketarc
Copy link
Contributor

Proposed Changes

  • Adds support for PHP 8 and Guzzle 7, while retaining support for PHP 7 and Guzzle 6.

I needed this because I was in the process of updating packages for a project, and ended up running into trouble with the fact that this package didn't work with Guzzle 7. When trying to run composer install on it, it also complained about PHP 8, so this should take care of both issues, without affecting backward compatibility. The tests keep running in phpunit.

@mxrxdxn
Copy link
Owner

mxrxdxn commented Aug 24, 2021

Was just coming on to do this, but it seems you're way ahead of me! Thanks for this!

@mxrxdxn mxrxdxn merged commit 4aff79c into mxrxdxn:master Aug 24, 2021
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.

2 participants