10000 minor #34435 States that the HttpClient provides a Http Async impleme… · nesk/symfony@bf8e444 · GitHub
[go: up one dir, main page]

Skip to content

Commit bf8e444

Browse files
committed
minor symfony#34435 States that the HttpClient provides a Http Async implementation (Taluu)
This PR was merged into the 4.4 branch. Discussion ---------- States that the HttpClient provides a Http Async implementation | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no (not really) | New feature? | no (not really) | Deprecations? | no | Tickets | ~ | License | MIT | Doc PR | ~ Add in the composer.json of the HttpClient that it now provides an implementation for the `php-http/async-client-implementation` virtual package, as @Nyholm did the implementation on the HttpPlug bridge in symfony#33743. Commits ------- 8a460ce States that the HttpClient provides a Http Async implementation
2 parents 4498e7e + 8a460ce commit bf8e444

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/HttpClient/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
}
1616
],
1717
"provide": {
18+
"php-http/async-client-implementation": "*",
1819
"php-http/client-implementation": "*",
1920
"psr/http-client-implementation": "1.0",
2021
"symfony/http-client-implementation": "1.1"

0 commit comments

Comments
 (0)
0