Skip to content

Commit 0884bb2

Browse files
authored
Change codeception version constraint to fix codeception builds on PHP 8
1 parent 781be16 commit 0884bb2

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
"symfony/finder": ">=2.7 <6.0"
2121
},
2222
"conflict": {

0 commit comments

Comments
 (0)