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 2323 "codeception/codeception" : " *@dev" ,
2424 "codeception/lib-innerbrowser" : " *@dev" ,
2525 "guzzlehttp/guzzle" : " ^7.4" ,
26- "symfony/browser-kit" : " ^5.4 || ^6.0 "
26+ "symfony/browser-kit" : " ^4.4 "
2727 },
2828 "require-dev" : {
2929 "ext-curl" : " *" ,
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ protected function createResponse(Psr7Response $psr7Response): BrowserKitRespons
156156 return new BrowserKitResponse ($ body , $ status , $ headers );
157157 }
158158
159- protected function getAbsoluteUri (string $ uri ): string
159+ protected function getAbsoluteUri ($ uri ): string
160160 {
161161 $ baseUri = $ this ->client ->getConfig ('base_uri ' );
162162 if (strpos ($ uri , ':// ' ) === false && strpos ($ uri , '// ' ) !== 0 ) {
You can’t perform that action at this time.
0 commit comments