File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 1.5.0 - 2021-08-25
4
+
5
+ ### Changed
6
+
7
+ - Provide ` psr/http-client-implementation `
8
+ - Drop support for ` php-http/httplug: 1.* ` to be sure to implement a version of the client interface that implements the PSR.
3
9
4
10
## 1.4.1 - 2020-07-14
5
11
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^7.1 || ^8.0" ,
20
- "php-http/client-common" : " ^1.9 || ^ 2.0" ,
20
+ "php-http/client-common" : " ^2.0" ,
21
21
"php-http/discovery" : " ^1.0" ,
22
- "php-http/httplug" : " ^1.0 || ^ 2.0" ,
22
+ "php-http/httplug" : " ^2.0" ,
23
23
"php-http/message-factory" : " ^1.0" ,
24
24
"psr/http-client" : " ^1.0" ,
25
25
"psr/http-factory" : " ^1.0" ,
28
28
},
29
29
"provide" : {
30
30
"php-http/async-client-implementation" : " 1.0" ,
31
- "php-http/client-implementation" : " 1.0"
31
+ "php-http/client-implementation" : " 1.0" ,
32
+ "psr/http-client-implementation" : " 1.0"
32
33
},
33
34
"require-dev" : {
34
35
"phpspec/phpspec" : " ^5.1 || ^6.0"
38
39
},
39
40
"extra" : {
40
41
"branch-alias" : {
41
- "dev-master" : " 1.4 -dev"
42
+ "dev-master" : " 1.x -dev"
42
43
}
43
44
},
44
45
"autoload" : {
You can’t perform that action at this time.
0 commit comments