Skip to content

Commit

Permalink
Update dependencies (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: Gintautas Miselis <[email protected]>
  • Loading branch information
TavoNiievez and Naktibalda authored Dec 18, 2021
1 parent 9554406 commit d66924f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"require": {
"php": "^7.4 | ^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.3",
"codeception/lib-innerbrowser": "^1.5 | *@dev",
"codeception/codeception": "^4.0 | *@dev"
"guzzlehttp/guzzle": "^7.4",
"codeception/lib-innerbrowser": "^2.0 | *@dev",
"codeception/codeception": "^4.1 | *@dev"
},
"require-dev": {
"ext-curl": "*",
"aws/aws-sdk-php": "^3.199",
"codeception/module-rest": "^1.3 | *@dev"
"codeception/module-rest": "^2.0 | *@dev"
},
"conflict": {
"codeception/codeception": "<4.0"
"codeception/codeception": "<4.1"
},
"suggest": {
"codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"
Expand Down
2 changes: 1 addition & 1 deletion src/Codeception/Lib/Connector/Guzzle.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ protected function getAbsoluteUri($uri)

// relative url
if (!$this->getHistory()->isEmpty()) {
return Uri::mergeUrls((string)$this->getHistory()->current()->getUri(), $uri);
return Uri::mergeUrls($this->getHistory()->current()->getUri(), $uri);
}
}

Expand Down

0 comments on commit d66924f

Please sign in to comment.