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.
1 parent 3c6f40c commit 8c7af0aCopy full SHA for 8c7af0a
src/Resources/config/services.xml
@@ -48,7 +48,7 @@
48
<factory class="Http\Discovery\HttpClientDiscovery" method="find" />
49
</service>
50
<service id="Http\Client\HttpClient" alias="httplug.client" public="false">
51
- <deprecated package="php-http/httplug-bundle" version="1.28" message="deprecated in favor of PSR-7 ClientInterface" />
+ <deprecated package="php-http/httplug-bundle" version="1.28" />
52
53
<service id="Psr\Http\Client\ClientInterface" alias="httplug.client" public="false" />
54
0 commit comments