-
-
Notifications
You must be signed in to change notification settings - Fork 6.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
Composer Guzzle 7.0 #7950
Composer Guzzle 7.0 #7950
Conversation
@jebentier (2017/07), @dkarlovi (2017/07), @mandrean (2017/08), @jfastnacht (2017/09), @ackintosh (2017/09) ❤️, @ybelenko (2018/07), @renepardon (2018/12) |
@drjdr thanks for the PR but Travis CI tests failed with the following (when testing the PHP client):
Can you please take a look when you've time? |
@drjdr are you planning to finish the PR or is it fine if someone takes over? |
This blockage is a good reason why #7518 was suggested as a preferable solution: it's then up to the library to keep compat with the standard, no need to change the downstream implemenation. |
There are two points you should take into considiration:
|
Any updates here? Any eta when this could get released? |
Done via #10585 instead. Please pull the latest master to give it a try. |
output of geneterate-samples.sh included.
https://github.com/guzzle/guzzle/blob/master/UPGRADING.md
Projects were this line was manually added to composer.json seem to work fine.
PR checklist
./bin/generate-samples.sh
to update all Petstore samples related to your fix. This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master. These must match the expectations made by your contribution. You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example./bin/generate-samples.sh bin/configs/java*
. For Windows users, please run the script in Git BASH.master
@jebentier (2017/07), @dkarlovi (2017/07), @mandrean (2017/08), @jfastnacht (2017/09), @ackintosh (2017/09) ❤️, @ybelenko (2018/07), @renepardon (2018/12)