|
4 | 4 | xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
|
5 | 5 |
|
6 | 6 | <services>
|
7 |
| - <service id="httplug.strategy" class="Http\HttplugBundle\Discovery\ConfiguredClientsStrategy" public="true"> |
| 7 | + <service id="httplug.strategy" class="Http\HttplugBundle\Discovery\ConfiguredClientsStrategy"> |
8 | 8 | <argument type="service" id="httplug.auto_discovery.auto_discovered_client" on-invalid="null"/>
|
9 | 9 | <argument type="service" id="httplug.auto_discovery.auto_discovered_async" on-invalid="null"/>
|
10 | 10 | <tag name="kernel.event_subscriber"/>
|
11 | 11 | </service>
|
12 | 12 |
|
13 |
| - <service id="httplug.auto_discovery.auto_discovered_client" class="Http\Client\HttpClient" public="true"> |
| 13 | + <service id="httplug.auto_discovery.auto_discovered_client" class="Http\Client\HttpClient"> |
14 | 14 | <factory class="Http\Discovery\HttpClientDiscovery" method="find" />
|
15 | 15 | </service>
|
16 | 16 |
|
17 |
| - <service id="httplug.auto_discovery.auto_discovered_async" class="Http\Client\HttpAsyncClient" public="true"> |
| 17 | + <service id="httplug.auto_discovery.auto_discovered_async" class="Http\Client\HttpAsyncClient"> |
18 | 18 | <factory class="Http\Discovery\HttpAsyncClientDiscovery" method="find" />
|
19 | 19 | </service>
|
20 | 20 |
|
21 | 21 | <!-- Discovery with autowiring support for Symfony 3.3+ -->
|
22 |
| - <service id="httplug.message_factory.default" class="Http\Message\MessageFactory" public="true"> |
| 22 | + <service id="httplug.message_factory.default" class="Http\Message\MessageFactory"> |
23 | 23 | <factory class="Http\Discovery\MessageFactoryDiscovery" method="find" />
|
24 | 24 | </service>
|
25 | 25 | <service id="Http\Message\MessageFactory" alias="httplug.message_factory" public="false" />
|
26 | 26 | <service id="Http\Message\RequestFactory" alias="httplug.message_factory" public="false" />
|
27 | 27 | <service id="Http\Message\ResponseFactory" alias="httplug.message_factory" public="false" />
|
28 | 28 |
|
29 |
| - <service id="httplug.stream_factory.default" class="Http\Message\StreamFactory" public="true"> |
| 29 | + <service id="httplug.stream_factory.default" class="Http\Message\StreamFactory"> |
30 | 30 | <factory class="Http\Discovery\StreamFactoryDiscovery" method="find" />
|
31 | 31 | </service>
|
32 | 32 | <service id="Http\Message\StreamFactory" alias="httplug.stream_factory" public="false" />
|
33 | 33 |
|
34 |
| - <service id="httplug.uri_factory.default" class="Http\Message\UriFactory" public="true"> |
| 34 | + <service id="httplug.uri_factory.default" class="Http\Message\UriFactory"> |
35 | 35 | <factory class="Http\Discovery\UriFactoryDiscovery" method="find" />
|
36 | 36 | </service>
|
37 | 37 | <service id="Http\Message\UriFactory" alias="httplug.uri_factory" public="false" />
|
38 | 38 |
|
39 |
| - <service id="httplug.async_client.default" class="Http\Client\HttpAsyncClient" public="true"> |
| 39 | + <service id="httplug.async_client.default" class="Http\Client\HttpAsyncClient"> |
40 | 40 | <factory class="Http\Discovery\HttpAsyncClientDiscovery" method="find" />
|
41 | 41 | </service>
|
42 | 42 | <service id="Http\Client\HttpAsyncClient" alias="httplug.async_client.default" public="false" />
|
43 | 43 |
|
44 |
| - <service id="httplug.client.default" class="Http\Client\HttpClient" public="true"> |
| 44 | + <service id="httplug.client.default" class="Http\Client\HttpClient"> |
45 | 45 | <factory class="Http\Discovery\HttpClientDiscovery" method="find" />
|
46 | 46 | </service>
|
47 | 47 | <service id="Http\Client\HttpClient" alias="httplug.client" public="false" />
|
|
0 commit comments