Skip to content

Commit a54761a

Browse files
committed
Upgrade lib-innerbrowser and verify libraries
to versions that support PHPUnit 10
1 parent 8524425 commit a54761a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
"name":"Michael Bodnarchuk"
1717
}
1818
],
19-
"minimum-stability": "dev",
19+
"minimum-stability": "RC",
2020
"require": {
2121
"php": "^8.0",
22-
"codeception/codeception": "^5.0.0-RC6",
23-
"codeception/lib-innerbrowser": "^3.0"
22+
"codeception/codeception": "^5.0.8",
23+
"codeception/lib-innerbrowser": "^3.0 | ^4.0"
2424
},
2525
"require-dev": {
2626
"yiisoft/yii2": "dev-master",
2727
"yiisoft/yii2-app-advanced": "dev-master",
28-
"codeception/verify": "^2.2",
28+
"codeception/verify": "^3.0",
2929
"codemix/yii2-localeurls": "^1.7",
3030
"codeception/module-asserts": "^3.0",
3131
"codeception/module-filesystem": "^3.0"

0 commit comments

Comments
 (0)