Skip to content

Commit 7503e93

Browse files
authored
add possibility to install with codeception 4 (fixes #50, via #53)
1 parent 67eddab commit 7503e93

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
@@ -17,7 +17,7 @@
1717
},
1818
"require": {
1919
"php": ">=5.6",
20-
"codeception/codeception": "^2.3|^3.0",
20+
"codeception/codeception": "^2.3|^3.0|^4.0",
2121
"allure-framework/allure-php-api": "~1.1.7",
2222
"symfony/filesystem": ">=2.6",
2323
"symfony/finder": ">=2.6"

0 commit comments

Comments
 (0)