-
Notifications
You must be signed in to change notification settings - Fork 49
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 v7 interface issue #53
Comments
Hi, Thanks for reporting this. @matthewhall-ca since you sent the PR for this change which was needed for laravel 8. Can you verify if you also has the same issue or works fine? |
Thanks @mhetreramesh I did a little digging and the Guzzle 7 |
Ah can confirm! I had another package that was locking my laravel to Guzzle 6 so I missed this in my testing! I'll take a look at a new MR that fixes this |
I've made a new version with the latest MR. Thanks for @matthewhall-ca for the update. @kschouw you can try with the latest version now, it should be working. |
Hi guys,
With the latest commit to the composer file to use Guzzle 6|7 it completely breaks the library unless version 6 is explicitly required before hand. The issue seems to be related to
/Http/Client.php
not conforming to thePsr\Http\Message\ResponseInterface
in the latest version of Guzzle.Here is the error when trying to upload something to B2:
Thanks for the help.
The text was updated successfully, but these errors were encountered: