Skip to content

Commit 658e8af

Browse files
committed
Compatible with codeception/codeception branches
1 parent 4be00ad commit 658e8af

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
@@ -17,11 +17,14 @@
1717

1818
"require": {
1919
"php": ">=5.6.0 <8.0",
20-
"codeception/codeception": "4.0.x-dev | ^4.0"
20+
"codeception/codeception": "*@dev"
2121
},
2222
"require-dev": {
2323
"codeception/util-robohelpers": "dev-master"
2424
},
25+
"conflict": {
26+
"codeception/codeception": "<4.0"
27+
},
2528
"autoload":{
2629
"classmap": ["src/"]
2730
},

0 commit comments

Comments
 (0)