Skip to content

Commit b65b3ee

Browse files
committed
2.x branch is compatible with Codeception 4 only
1 parent 024505f commit b65b3ee

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818
"php": "^7.4 | ^8.0",
1919
"ext-json": "*",
2020
"ext-pdo": "*",
21-
"codeception/codeception": "*@dev"
22-
},
23-
"conflict": {
24-
"codeception/codeception": "<4.0"
21+
"codeception/codeception": "^4.1"
2522
},
2623
"autoload":{
2724
"classmap": ["src/"]

0 commit comments

Comments
 (0)