Skip to content

Commit 09b1b12

Browse files
authored
Merge pull request #24 from Codeception/lib-innerbrowser-v4
Support lib-innerbrowser v4
2 parents ad1fa0e + 284bdbb commit 09b1b12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
"name": "Michael Bodnarchuk"
1414
}
1515
],
16-
"minimum-stability": "dev",
16+
"minimum-stability": "RC",
1717
"require": {
1818
"php": "^8.0",
19-
"codeception/lib-innerbrowser": "^3.0",
20-
"codeception/codeception": "^5.0.0-alpha2",
19+
"codeception/lib-innerbrowser": "^3.0 | ^4.0",
20+
"codeception/codeception": "^5.0.8",
2121
"laminas/laminas-db": "^2.11.3",
2222
"laminas/laminas-mvc": "^3.1.1"
2323
},
2424
"require-dev": {
2525
"codeception/module-asserts": "^3.0",
2626
"codeception/module-doctrine2": "^3.0",
27-
"codeception/module-rest": "^3.0"
27+
"codeception/module-rest": "^3.3"
2828
},
2929
"autoload": {
3030
"classmap": [

0 commit comments

Comments
 (0)