Skip to content

Commit

Permalink
Use symfony/http-client.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Nov 22, 2019
1 parent 1740d37 commit 49118e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@
},
"require-dev": {
"mockery/mockery": "^1.2",
"php-http/curl-client": "^1.7 || ^2.0",
"phpunit/phpunit": "^7.5 || ^8.0"
"php-http/discovery": "^1.7",
"phpunit/phpunit": "^7.5 || ^8.0",
"symfony/http-client": "^4.3"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 49118e9

Please sign in to comment.