Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
afiqiqmal committed Nov 13, 2020
1 parent 254dfba commit 524ed62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"php": "^7.2",
"guzzlehttp/guzzle": "^6.5.5|^7.0.1",
"tightenco/collect": "^6.0.0",
"tightenco/collect": "^8.0",
"ext-json": "*"
},
"require-dev": {
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/Client/HttpResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ function status()
return $this->response->getStatusCode();
}

function effectiveUri()
{
return $this->transferStats->getEffectiveUri();
}

function isSuccess()
{
return $this->status() >= 200 && $this->status() < 300;
Expand Down

0 comments on commit 524ed62

Please sign in to comment.