Skip to content

Commit 08bdd62

Browse files
authored
Merge pull request #442 from FriendsOfSymfony/httplug-2
allow httplug 2.0
2 parents a2fce47 + 5c00f52 commit 08bdd62

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
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",
36-
"php-http/mock-client": "^0.3.2",
35+
"php-http/guzzle6-adapter": "^1.0 || ^2.0",
36+
"php-http/mock-client": "^1.2",
3737
"phpunit/phpunit": "^5.7 || ^6.0",
3838
"symfony/process": "^3.4 || ^4.0",
3939
"symfony/http-kernel": "^3.4 || ^4.0"

0 commit comments

Comments
 (0)