Skip to content

Commit 3d81a96

Browse files
authored
Fix codeception version constraint
1 parent 08f0d43 commit 3d81a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"php": "^8.0",
2323
"ext-json": "*",
2424
"ext-mbstring": "*",
25-
"codeception/codeception": "dev-5.0-interfaces as 5.0.x-dev",
25+
"codeception/codeception": "^5.0.0-alpha2",
2626
"codeception/stub": "^4.0",
2727
"php-webdriver/webdriver": "^1.8.0"
2828
},

0 commit comments

Comments
 (0)