Skip to content

Commit 4beb147

Browse files
authored
Fix Codeception version constraint
1 parent 0c83f4e commit 4beb147

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
@@ -23,7 +23,7 @@
2323
"homepage": "https://codeception.com/",
2424
"require": {
2525
"php": "^8.0",
26-
"codeception/codeception": "dev-5.0-interfaces as 5.0.0",
26+
"codeception/codeception": "*@dev",
2727
"codeception/lib-asserts": "^2.0"
2828
},
2929
"conflict": {

0 commit comments

Comments
 (0)