File tree 2 files changed +6
-6
lines changed
src/Codeception/Lib/Connector
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
"require" : {
18
18
"php" : " ^7.4 | ^8.0" ,
19
19
"ext-json" : " *" ,
20
- "guzzlehttp/guzzle" : " ^7.3 " ,
21
- "codeception/lib-innerbrowser" : " ^1.5 | *@dev" ,
22
- "codeception/codeception" : " ^4.0 | *@dev"
20
+ "guzzlehttp/guzzle" : " ^7.4 " ,
21
+ "codeception/lib-innerbrowser" : " ^2.0 | *@dev" ,
22
+ "codeception/codeception" : " ^4.1 | *@dev"
23
23
},
24
24
"require-dev" : {
25
25
"ext-curl" : " *" ,
26
26
"aws/aws-sdk-php" : " ^3.199" ,
27
- "codeception/module-rest" : " ^1.3 | *@dev"
27
+ "codeception/module-rest" : " ^2.0 | *@dev"
28
28
},
29
29
"conflict" : {
30
- "codeception/codeception" : " <4.0 "
30
+ "codeception/codeception" : " <4.1 "
31
31
},
32
32
"suggest" : {
33
33
"codeception/phpbuiltinserver" : " Start and stop PHP built-in web server for your tests"
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ protected function getAbsoluteUri($uri)
171
171
172
172
// relative url
173
173
if (!$ this ->getHistory ()->isEmpty ()) {
174
- return Uri::mergeUrls (( string ) $ this ->getHistory ()->current ()->getUri (), $ uri );
174
+ return Uri::mergeUrls ($ this ->getHistory ()->current ()->getUri (), $ uri );
175
175
}
176
176
}
177
177
You can’t perform that action at this time.
0 commit comments