We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf585c commit 9917f5dCopy full SHA for 9917f5d
composer.json
@@ -19,12 +19,15 @@
19
"php": ">=5.6.0 <8.0",
20
"guzzlehttp/guzzle": "^6.3.0",
21
"codeception/lib-innerbrowser": "^1.0",
22
- "codeception/codeception": "4.0.x-dev | ^4.0"
+ "codeception/codeception": "*@dev"
23
},
24
"require-dev": {
25
"codeception/util-robohelpers": "dev-master",
26
"codeception/module-rest": "dev-master | ^1.0"
27
28
+ "conflict": {
29
+ "codeception/codeception": "<4.0"
30
+ },
31
"suggest": {
32
"codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"
33
0 commit comments