Skip to content

Commit 25f9275

Browse files
authored
Change codeception version constraint to fix codeception builds on PHP 8
1 parent d5f1def commit 25f9275

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
@@ -16,7 +16,7 @@
1616
"minimum-stability": "RC",
1717
"require": {
1818
"php": ">=5.6.0 <9.0",
19-
"codeception/codeception": "^4.0"
19+
"codeception/codeception": "*@dev"
2020
},
2121
"conflict": {
2222
"codeception/codeception": "<4.0"

0 commit comments

Comments
 (0)