File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4
4
5
+ # unreleased
6
+
7
+ - Marked ` Http\Client\HttpClient ` service as deprecated (#425 ).
8
+ - Added ` Psr\Http\Client\ClientInterface ` service (#425 ).
9
+
5
10
# 1.27.1 - 2023-03-03
6
11
7
12
- Added ` : void ` to ` Collector::reset ` to avoid PHP warning.
Original file line number Diff line number Diff line change 47
47
<service id =" httplug.client.default" class =" Http\Client\HttpClient" >
48
48
<factory class =" Http\Discovery\HttpClientDiscovery" method =" find" />
49
49
</service >
50
- <service id =" Http\Client\HttpClient" alias =" httplug.client" public =" false" />
50
+ <service id =" Http\Client\HttpClient" alias =" httplug.client" public =" false" >
51
+ <deprecated />
52
+ </service >
53
+ <service id =" Psr\Http\Client\ClientInterface" alias =" httplug.client" public =" false" />
51
54
52
55
<!-- Discovery for PSR-18 -->
53
56
<service id =" httplug.psr18_client.default" class =" Psr\Http\Client\ClientInterface" >
You can’t perform that action at this time.
0 commit comments