-
Notifications
You must be signed in to change notification settings - Fork 105
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 ^7.0 support ? #45
Comments
im having the same exact problem |
Someone have opened the #44 PR for that but not work 😞 |
The master support guzzle ^7.0. Use dev-master tag or just patient for a release. |
@zzantares Can you give me right to update this lib and release compat with newest PHP ? |
Thanks @GothShoot, check your email, the invite was sent :) |
Thanks 😄 |
Hi, Thanks! |
@iandk Please, open issue separately, and tell me what's happened, i probably can help you 😃 |
Just for all the People also Struggeling to install it in Laravel 9 (which needs obviously Guzzle 7.2) the solution is:
Then it should be work :) |
Ou and @zzantares can you please make a new release for the current dev-master? Because exactly this release works with Guzzle 7, but when someday sb changes anything in the Main branch, it also could be possible that it is not working anymore or causing issues. So can you just make a 4.0.1 release or lets say you name it guzzle7-possible or something like that, so that i could be secure that whenever i setup my laravel project in the future the current (unchanged) dev-master will be installed by composer ;) Would be pretty nice. |
Hello, i probably can do this, let me check if master branch is ready for a release and i notify you when is okay :) |
Fixed by new release v4.1.0 allow support of guzzle 7, i plan to release a v5 for fully drop previous v6 and port support of php higher by dropping old package compatibility (and probably nice other things) Thanks for relaunch about guzzle @hall-of-code ! |
Thank you very Much. Unfortunatly 4.1 is not avaible in Composer Package, please hit the "Update" button on Packagist or so :) |
Thank you so much for the support @GothShoot! 4.1 should be available now, I've updated it in packagist. btw, I tried to add you as a project maintainer in packagist.org but it seems |
Hello,
Possible to have a new release with guzzlehttp/guzzle in version ^7.0 ?
Many packages require them but your lib doesn't support over 6.5 😞
Thanks
The text was updated successfully, but these errors were encountered: