-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[PHP] Add support for guzzlehttp/guzzle:^7.3 #11123
Comments
Hello Is there any plan to add support for guzzlehttp/guzzle ^7.3 ? |
Related PR only resolves the 2.0 master branch. How is this implemented in 3.0? |
What is the status of this please? I have to use swagger-codegen 3.0.29 to generate OpenAPI v3 client sdk. But the guzzle is too old so I can't really do anything with the generated classes. Thanks Edit:
|
I tried to make #11199 |
Dear all, is there a plan to cover this need during 2022? Thank you |
any news on this? It has become a big blocker |
Any update on this? This is the only package leaving our WMS at guzzle 6.x |
when I generate php still giving me guzzle 6.2 |
Same here, using latest version 3.0.41 but still generates old build_query instead of Query::build and therefore i always have to Find/Replace methods in the PHP classes after generation. Whats the reason why this is so hard to merge? |
I guess nobody gives a crap... |
Use openapi generator.
…On Fri, 17 Mar 2023, 09:55 Milen Mihalev, ***@***.***> wrote:
I guess nobody gives a crap...
—
Reply to this email directly, view it on GitHub
<#11123 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AELDAPBSQBFKJ6MVCHCHSYDW4QRJJANCNFSM5BT5TA2A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Maybe it'll help someone. In my case, it was enough to downgrade
|
Hey guys, use openapi-generator - https://github.com/OpenAPITools/openapi-generator . This repo looks like deprecated |
add support for guzzlehttp/guzzle:^7.3
Description
It present now support for "guzzle http psr7 2.0" but composer need guzzlehttp/guzzle:^6.2 The version of guzzlehttp/guzzle dont support guzzlehttp/psr7: ^2.0 but only guzzlehttp/psr7:^1.6.1 (https://packagist.org/packages/guzzlehttp/guzzle#6.5.5) . guzzlehttp/psr7:^2.0 support since guzzlehttp/guzzle:^7.3 -> https://packagist.org/packages/guzzlehttp/guzzle#7.3.0
Lot of libraries dont support more guzzlehttp/guzzle:^6.2 & have conflict with upgrade to guzzlehttp/guzzle:^7.3
Swagger-codegen version
v3.0.27
Related issues/PRs
PR guzzle http psr7 2.0 compliant
The text was updated successfully, but these errors were encountered: