Skip to content

Commit 6a6dddc

Browse files
committed
Allow httplug 2.0
1 parent d189dbd commit 6a6dddc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
"php": "^5.6 || ^7.0",
2121
"psr/http-message": "^1.0",
2222
"psr/cache": "^1.0",
23-
"php-http/httplug": "^1.1",
23+
"php-http/httplug": "^1.1 || ^2.0",
2424
"php-http/discovery": "^1.0",
2525
"php-http/client-implementation": "^1.0",
26-
"php-http/client-common": "^1.6",
26+
"php-http/client-common": "^1.6 || ^2.0",
2727
"php-http/cache-plugin": "^1.4"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^5.5 || ^6.0",
31-
"php-http/guzzle6-adapter": "^1.0",
32-
"php-http/mock-client": "^1.0",
31+
"php-http/guzzle6-adapter": "^1.0 || ^2.0",
32+
"php-http/mock-client": "^1.2",
3333
"guzzlehttp/psr7": "^1.2",
3434
"cache/array-adapter": "^0.4"
3535
},

0 commit comments

Comments
 (0)