Skip to content

Commit c321fcb

Browse files
authored
Support lib-innerbrowser v4
1 parent 54a839e commit c321fcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"require": {
2222
"php": "^8.0",
2323
"ext-json": "*",
24-
"codeception/lib-innerbrowser": "^3.1",
25-
"codeception/codeception": "^5.0.0-RC2",
24+
"codeception/lib-innerbrowser": "^3.1 | ^4.0",
25+
"codeception/codeception": "^5.0.8",
2626
"vlucas/phpdotenv": "^5.3"
2727
},
2828
"require-dev": {
2929
"codeception/module-asserts": "^3.0",
30-
"codeception/module-rest": "^3.1",
30+
"codeception/module-rest": "^3.3",
3131
"laravel/framework": "^8.0"
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)