We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d768bb commit e0b6643Copy full SHA for e0b6643
Resources/config/plugins.xml
@@ -4,11 +4,6 @@
4
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
5
6
<services>
7
- <service id="httplug.plugin.cache" class="Http\Client\Plugin\CachePlugin" public="false">
8
- <argument />
9
- <argument type="service" id="httplug.stream_factory"/>
10
11
- </service>
12
<service id="httplug.plugin.content_length" class="Http\Client\Plugin\ContentLengthPlugin" public="false" />
13
<service id="httplug.plugin.decoder" class="Http\Client\Plugin\DecoderPlugin" public="false">
14
<argument />
0 commit comments