Skip to content

Commit 00947b1

Browse files
committed
Raise minimum-stability to RC
1 parent 227b785 commit 00947b1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ext-dom": "*",
2323
"ext-json": "*",
2424
"ext-mbstring": "*",
25-
"codeception/codeception": "*@dev",
25+
"codeception/codeception": "^5.0",
2626
"codeception/lib-web": "^1.0.1",
2727
"phpunit/phpunit": "^9.5",
2828
"symfony/browser-kit": "^4.4.24 || ^5.4 || ^6.0",
@@ -31,10 +31,7 @@
3131
"require-dev": {
3232
"codeception/util-universalframework": "dev-master"
3333
},
34-
"conflict": {
35-
"codeception/codeception": "<5.0.0-alpha3"
36-
},
37-
"minimum-stability": "dev",
34+
"minimum-stability": "RC",
3835
"autoload": {
3936
"classmap": [
4037
"src/"

0 commit comments

Comments
 (0)