[FrameworkBundle] fix wiring of httplug client

This commit is contained in:
Nicolas Grekas 2019-11-15 11:02:26 +01:00
parent 2a91f28ed4
commit d969d49292
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@
<service id="Http\Client\HttpClient" class="Symfony\Component\HttpClient\HttplugClient">
<argument type="service" id="http_client" />
<argument type="service" id="Http\Message\ResponseFactory" on-invalid="ignore" />
<argument type="service" id="Http\Message\StreamFactory" on-invalid="ignore" />
<argument type="service" id="Psr\Http\Message\ResponseFactoryInterface" on-invalid="ignore" />
<argument type="service" id="Psr\Http\Message\StreamFactoryInterface" on-invalid="ignore" />
</service>
</services>
</container>