File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ CHANGELOG
4
4
0.6.0
5
5
-----
6
6
7
+ * added compatibility with HTTPlug 2
8
+
7
9
* dropped the support for HHVM and for PHP < 5.6
8
10
9
11
* updated the ` X-Experience-API-Version ` header to default to the latest patch
Original file line number Diff line number Diff line change 13
13
],
14
14
"require" : {
15
15
"php" : " ^5.6 || ^7.0" ,
16
- "php-http/client-common" : " ^1.0" ,
16
+ "php-http/client-common" : " ^1.0 || ^2.0 " ,
17
17
"php-http/client-implementation" : " ^1.0" ,
18
- "php-http/httplug" : " ^1.0" ,
18
+ "php-http/httplug" : " ^1.0 || ^2.0 " ,
19
19
"php-http/message" : " ^1.0" ,
20
20
"php-http/message-factory" : " ^1.0" ,
21
21
"php-xapi/exception" : " ^0.1 || ^0.2" ,
27
27
},
28
28
"require-dev" : {
29
29
"phpspec/phpspec" : " ^2.3" ,
30
- "php-http/mock-client" : " ^0.3 " ,
30
+ "php-http/mock-client" : " ^1.2 " ,
31
31
"php-xapi/test-fixtures" : " ^1.0"
32
32
},
33
33
"minimum-stability" : " dev" ,
You can’t perform that action at this time.
0 commit comments