-
-
Notifications
You must be signed in to change notification settings - Fork 494
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
Deprecate Guzzle with psr http-client #1664
Conversation
dd75668
to
002cb4b
Compare
Could you please rebase your PR and fix merge conflicts? |
Could you please rebase your PR and fix merge conflicts? |
Could you please rebase your PR and fix merge conflicts? |
9059657
to
4e149ec
Compare
Could you please rebase your PR and fix merge conflicts? |
ea1b0b4
to
df43d23
Compare
a5a4008
to
21b066b
Compare
7466e7f
to
beb38d1
Compare
Could you please rebase your PR and fix merge conflicts? |
Could you please rebase your PR and fix merge conflicts? |
buzz: | ||
connector: sonata.media.buzz.connector.file_get_contents # sonata.media.buzz.connector.curl | ||
|
||
http: | ||
client: 'symfony_http_client' # You need symfony/http-client for this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
client: 'symfony_http_client' # You need symfony/http-client for this | |
client: 'symfony_http_client' # You need symfony/http-client for this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at the other configs, we use indention in most cases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saw in most of the recent PR that contributors are removing indentations.
Maybe the best things to do would be to decide about a standard.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I vote for the unaligned version, since it reduces unrelated merge conflicts.
I am targetting this branch, because this adds a new implementation without removing the existing one. This is a rework of #1181, but targets the psr http-client.
Changelog
Subject
Added support for an abstract http client without removing the existing old guzzle implementation.