Skip to content

Commit b1b8f5d

Browse files
authored
allow httplug 2.0
1 parent a2fce47 commit b1b8f5d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"php": "^5.6 || ^7.0.0",
2525
"symfony/event-dispatcher": "^3.4 || ^4.0",
2626
"symfony/options-resolver": "^3.4 || ^4.0",
27-
"php-http/client-implementation": "^1.0.0",
28-
"php-http/client-common": "^1.1.0",
29-
"php-http/message": "^1.0.0",
30-
"php-http/discovery": "^1.0"
27+
"php-http/client-implementation": "^1.0 || ^2.0",
28+
"php-http/client-common": "^1.1.0 || ^2.0",
29+
"php-http/message": "^1.0 || ^2.0",
30+
"php-http/discovery": "^1.0 || ^2.0"
3131
},
3232
"require-dev": {
3333
"mockery/mockery": "~0.9.5",
3434
"monolog/monolog": "^1.0",
35-
"php-http/guzzle6-adapter": "^1.0.0",
35+
"php-http/guzzle6-adapter": "^1.0 || ^2.0",
3636
"php-http/mock-client": "^0.3.2",
3737
"phpunit/phpunit": "^5.7 || ^6.0",
3838
"symfony/process": "^3.4 || ^4.0",

0 commit comments

Comments
 (0)