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

Commit

Permalink
Added php-http/httplug 2.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Oct 31, 2018
1 parent 4315fb9 commit 7cec971
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"php": "^7.2",
"php-http/client-implementation": "^1.0",
"php-http/discovery": "^1.4",
"php-http/httplug": "^1.1",
"php-http/httplug": "^1.1 || ^2.0",
"php-http/message-factory": "^1.0"
},
"require-dev": {
"php-http/guzzle6-adapter": "^1.1",
"php-http/message": "^1.6",
"php-http/message": "^1.7",
"php-http/mock-client": "^1.1",
"phpunit/phpunit": "^7.2"
"phpunit/phpunit": "^7.4"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 7cec971

Please sign in to comment.