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 227b785 commit 00947b1Copy full SHA for 00947b1
composer.json
@@ -22,7 +22,7 @@
22
"ext-dom": "*",
23
"ext-json": "*",
24
"ext-mbstring": "*",
25
- "codeception/codeception": "*@dev",
+ "codeception/codeception": "^5.0",
26
"codeception/lib-web": "^1.0.1",
27
"phpunit/phpunit": "^9.5",
28
"symfony/browser-kit": "^4.4.24 || ^5.4 || ^6.0",
@@ -31,10 +31,7 @@
31
"require-dev": {
32
"codeception/util-universalframework": "dev-master"
33
},
34
- "conflict": {
35
- "codeception/codeception": "<5.0.0-alpha3"
36
- },
37
- "minimum-stability": "dev",
+ "minimum-stability": "RC",
38
"autoload": {
39
"classmap": [
40
"src/"
0 commit comments