Skip to content

Commit 7f0e038

Browse files
committed
Works with codeception/codeception branches
1 parent 7937afd commit 7f0e038

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,14 @@
1818
"require": {
1919
"php": ">=5.6.0 <8.0",
2020
"codeception/lib-asserts": "^1.0.0",
21-
"codeception/codeception": "4.0.x-dev"
21+
"codeception/codeception": "*@dev"
2222
},
2323
"require-dev": {
2424
"codeception/util-robohelpers": "dev-master"
2525
},
26+
"conflict": {
27+
"codeception/codeception": "<4.0"
28+
},
2629
"autoload":{
2730
"classmap": ["src/"]
2831
},

0 commit comments

Comments
 (0)