Skip to content

Commit 19a303a

Browse files
authored
Merge pull request #142 from stof/autowiring
Enable autowiring support for symfony 3.3+
2 parents 2bcd28d + 579d2e9 commit 19a303a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Resources/config/services.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<tag name="kernel.event_subscriber"/>
99
</service>
1010

11+
<!-- enable autowiring compatibility in Symfony 3.3+ -->
12+
<service id="Http\Client\HttpClient" alias="httplug.client" public="false" />
13+
1114
<!-- ClientFactories -->
1215
<service id="httplug.factory.buzz" class="Http\HttplugBundle\ClientFactory\BuzzFactory" public="false">
1316
<argument type="service" id="httplug.message_factory"/>

0 commit comments

Comments
 (0)