Skip to content

Commit edc3975

Browse files
committed
Compatible with codeception/codeception branches
1 parent 428e924 commit edc3975

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,12 +17,15 @@
1717

1818
"require": {
1919
"php": ">=5.6.0 <8.0",
20-
"codeception/codeception": "4.0.x-dev",
20+
"codeception/codeception": "*@dev",
2121
"symfony/finder": ">=2.7 <5.0"
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)