Skip to content

Commit bd565a4

Browse files
committed
minor #39 also allow HTTPlug 2 (xabbuh)
This PR was merged into the 0.6.x-dev branch. Discussion ---------- also allow HTTPlug 2 fixes #34 Commits ------- 4731e98 also allow HTTPlug 2
2 parents 264ee1d + 4731e98 commit bd565a4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ CHANGELOG
44
0.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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
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",
@@ -27,7 +27,7 @@
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",

0 commit comments

Comments
 (0)