We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bcd28d + 579d2e9 commit 19a303aCopy full SHA for 19a303a
Resources/config/services.xml
@@ -8,6 +8,9 @@
8
<tag name="kernel.event_subscriber"/>
9
</service>
10
11
+ <!-- enable autowiring compatibility in Symfony 3.3+ -->
12
+ <service id="Http\Client\HttpClient" alias="httplug.client" public="false" />
13
+
14
<!-- ClientFactories -->
15
<service id="httplug.factory.buzz" class="Http\HttplugBundle\ClientFactory\BuzzFactory" public="false">
16
<argument type="service" id="httplug.message_factory"/>
0 commit comments