Skip to content

Commit b3afa9c

Browse files
authored
Codeception 5 support
1 parent 44012f3 commit b3afa9c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"type": "library",
1010
"license": "MIT",
1111
"require": {
12-
"php": "^7.2 || ^8.0",
13-
"codeception/codeception": "^4.0",
14-
"codeception/lib-innerbrowser": "^1.0",
12+
"php": "^8.0",
13+
"codeception/codeception": "^5",
14+
"codeception/lib-innerbrowser": "^3",
1515
"slim/slim": "^3.1"
1616
},
1717
"require-dev": {
1818
"ext-json": "*",
19-
"codeception/module-asserts": "^1.2",
20-
"codeception/module-rest": "^1.2"
19+
"codeception/module-asserts": "^3",
20+
"codeception/module-rest": "^3"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)