-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[HttpClient] Remove support for amphp/http-client < 5 #60712
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
442970b
[JsonPath] Always use brackets notation with `JsonPath::key()`
alexandre-daubois e9eb3e7
bug #60668 [JsonPath] Always use brackets notation with `JsonPath::ke…
nicolas-grekas 8092ffd
[Security] Keep roles when serializing tokens
nicolas-grekas 42e5ad5
bug #60688 [Security] Keep roles when serializing tokens (nicolas-gre…
nicolas-grekas 0291ea1
Revert "bug #60564 [FrameworkBundle] ensureKernelShutdown in tearDown…
nicolas-grekas c193b98
[FrameworkBundle] ensureKernelShutdown in tearDownAfterClass
cquintana92 de57965
bug #60693 [FrameworkBundle] ensureKernelShutdown in tearDownAfterCla…
nicolas-grekas 6156095
cs tweak
nicolas-grekas 2547946
[WebProfilerBundle] Fix typos in routing config deprecation messages
dheineman a784ff8
minor #60703 [WebProfilerBundle] Fix typos in routing config deprecat…
OskarStark dc09be9
Fix leftover
nicolas-grekas 542cc71
[Security] conflict with event-subscriber v8
nicolas-grekas 851c22c
[HttpClient] Suggest amphp/http-client v5 by default
nicolas-grekas 959b0ff
Merge branch '6.4' into 7.2
nicolas-grekas 02d4200
Merge branch '7.2' into 7.3
nicolas-grekas 9ec87bf
minor #60713 [HttpClient] Suggest amphp/http-client v5 by default (ni…
nicolas-grekas 3733986
Merge branch '7.3' into 7.4
nicolas-grekas c35e218
minor #60714 [Security] conflict with event-subscriber v8 (nicolas-gr…
nicolas-grekas 3783b01
Merge branch '7.4' into 8.0
nicolas-grekas 2cc9de0
[HttpClient] Remove support for amphp/http-client < 5
nicolas-grekas 3a90806
[HttpClient] Rename amphp "V5" classes
nicolas-grekas 685f224
[HttpClient] Remove setLogger() methods on decorators
nicolas-grekas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
148 changes: 0 additions & 148 deletions
148
src/Symfony/Component/HttpClient/Internal/AmpBodyV4.php
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Also fixed on 7.4 as dc09be9