File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Codeception/Lib/Connector Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
"codeception/codeception" : " *@dev" ,
24
24
"codeception/lib-innerbrowser" : " *@dev" ,
25
25
"guzzlehttp/guzzle" : " ^7.4" ,
26
- "symfony/browser-kit" : " ^5.4 || ^6.0 "
26
+ "symfony/browser-kit" : " ^4.4 "
27
27
},
28
28
"require-dev" : {
29
29
"ext-curl" : " *" ,
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ protected function createResponse(Psr7Response $psr7Response): BrowserKitRespons
156
156
return new BrowserKitResponse ($ body , $ status , $ headers );
157
157
}
158
158
159
- protected function getAbsoluteUri (string $ uri ): string
159
+ protected function getAbsoluteUri ($ uri ): string
160
160
{
161
161
$ baseUri = $ this ->client ->getConfig ('base_uri ' );
162
162
if (strpos ($ uri , ':// ' ) === false && strpos ($ uri , '// ' ) !== 0 ) {
You can’t perform that action at this time.
0 commit comments