Skip to content

Commit 2c8201d

Browse files
authored
Fix codeception version constraint
1 parent dab24ad commit 2c8201d

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
@@ -18,7 +18,7 @@
1818
"homepage": "https://codeception.com/",
1919
"require": {
2020
"php": "^8.0",
21-
"codeception/codeception": "dev-5.0-interfaces as 5.0.0",
21+
"codeception/codeception": "*@dev",
2222
"symfony/finder": "^4.4 || ^5.4 || ^6.0"
2323
},
2424
"conflict": {

0 commit comments

Comments
 (0)