-
-
Notifications
You must be signed in to change notification settings - Fork 25
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_logger v2.2.0 incompatible with Guzzle >= 7.7.0 #48
Comments
Alternatively make this library depend on |
mwolff-fn
added a commit
to mwolff-fn/guzzle-log-middleware
that referenced
this issue
Aug 2, 2023
…patibility) Fixes: gmponos#48
mwolff-fn
added a commit
to mwolff-fn/guzzle-log-middleware
that referenced
this issue
Aug 2, 2023
I created a PR to fix the issue: #50 |
We need this PR to be merged #50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using Guzzle 7.7.0 and gmponos/guzzle_logger 2.2.0, we recently ran into this error:
I suspect it might have to do with Guzzle 7.7.0 now supporting guzzlehttp/promises v2, which removes all functions in favour of static methods (https://github.com/guzzle/promises/blob/2.0.0/CHANGELOG.md).
The text was updated successfully, but these errors were encountered: