-
Notifications
You must be signed in to change notification settings - Fork 7
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
Class 'GuzzleHttp\Psr7\Utils' not found #12
Comments
My question is why you don't you have The composer dependency graph looks like this:
That leaves me with |
Looks like GuzzleHttp\Psr7\Utils is in the v1.7.0 release, but is not present on master, I guess because there is a 1.x branch. I can only presume that the master branch will be version 2, but whatever the reason I'd like to know why my composer.json doesn't provide the correct version. Let me know on that. In the mean time I've reverted my master branch to the deprecated function. |
not sure how to find it
if not that how can I find the info you need |
Just do |
I guess the bottom line here is that if I'll make sure the next release uses the old, deprecated function. In the mean time you can either track the master or roll back to 2.0.7 of this library. |
guzzlehttp/guzzle 6.5.5 Guzzle is a PHP HTTP client library |
Ok, well with Anyway, I've rolled the change back in master and have no plans to re-instate it. |
@timwhitlock could you make a new release with the already commited "fix" included? |
thank you! |
Hi! With latest version (at the moment 2.0.10) this problem reproduces, Guzzle packages versions are below
Please roll-up a new version with this fix, besides "dev-master" works as expected. |
I have not gotten any problems |
loco/loco/src/Http/Request/BodyLocation.php
The text was updated successfully, but these errors were encountered: