Skip to content

Commit 3e5df13

Browse files
committed
Compatible with codeception/codeception branches
1 parent cc384bd commit 3e5df13

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
@@ -19,13 +19,16 @@
1919

2020
"require": {
2121
"php": ">=5.6.0 <8.0",
22-
"codeception/codeception": "4.0.x-dev | ^4.0",
22+
"codeception/codeception": "*@dev",
2323
"symfony/browser-kit": ">=2.7 <5.0",
2424
"symfony/dom-crawler": ">=2.7 <5.0"
2525
},
2626
"require-dev": {
2727
"codeception/util-universalframework": "dev-master"
2828
},
29+
"conflict": {
30+
"codeception/codeception": "<4.0"
31+
},
2932
"autoload":{
3033
"classmap": ["src/"]
3134
},

0 commit comments

Comments
 (0)