Skip to content

Commit 9917f5d

Browse files
committed
Compatible with codeception/codeception branches
1 parent fbf585c commit 9917f5d

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,12 +19,15 @@
1919
"php": ">=5.6.0 <8.0",
2020
"guzzlehttp/guzzle": "^6.3.0",
2121
"codeception/lib-innerbrowser": "^1.0",
22-
"codeception/codeception": "4.0.x-dev | ^4.0"
22+
"codeception/codeception": "*@dev"
2323
},
2424
"require-dev": {
2525
"codeception/util-robohelpers": "dev-master",
2626
"codeception/module-rest": "dev-master | ^1.0"
2727
},
28+
"conflict": {
29+
"codeception/codeception": "<4.0"
30+
},
2831
"suggest": {
2932
"codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"
3033
},

0 commit comments

Comments
 (0)