Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 7cec971

Browse files
committed
Added php-http/httplug 2.0 support
1 parent 4315fb9 commit 7cec971

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"php": "^7.2",
2020
"php-http/client-implementation": "^1.0",
2121
"php-http/discovery": "^1.4",
22-
"php-http/httplug": "^1.1",
22+
"php-http/httplug": "^1.1 || ^2.0",
2323
"php-http/message-factory": "^1.0"
2424
},
2525
"require-dev": {
2626
"php-http/guzzle6-adapter": "^1.1",
27-
"php-http/message": "^1.6",
27+
"php-http/message": "^1.7",
2828
"php-http/mock-client": "^1.1",
29-
"phpunit/phpunit": "^7.2"
29+
"phpunit/phpunit": "^7.4"
3030
},
3131
"extra": {
3232
"branch-alias": {

0 commit comments

Comments
 (0)