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
440.6.0
55-----
66
7+ * added compatibility with HTTPlug 2
8+
79* dropped the support for HHVM and for PHP < 5.6
810
911* updated the ` X-Experience-API-Version ` header to default to the latest patch
Original file line number Diff line number Diff line change 1313 ],
1414 "require" : {
1515 "php" : " ^5.6 || ^7.0" ,
16- "php-http/client-common" : " ^1.0" ,
16+ "php-http/client-common" : " ^1.0 || ^2.0 " ,
1717 "php-http/client-implementation" : " ^1.0" ,
18- "php-http/httplug" : " ^1.0" ,
18+ "php-http/httplug" : " ^1.0 || ^2.0 " ,
1919 "php-http/message" : " ^1.0" ,
2020 "php-http/message-factory" : " ^1.0" ,
2121 "php-xapi/exception" : " ^0.1 || ^0.2" ,
2727 },
2828 "require-dev" : {
2929 "phpspec/phpspec" : " ^2.3" ,
30- "php-http/mock-client" : " ^0.3 " ,
30+ "php-http/mock-client" : " ^1.2 " ,
3131 "php-xapi/test-fixtures" : " ^1.0"
3232 },
3333 "minimum-stability" : " dev" ,
You can’t perform that action at this time.
0 commit comments