Skip to content

Commit 5e01600

Browse files
committed
Support for Codeception 5
1 parent 35e211a commit 5e01600

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"ext-dom": "*",
2222
"ext-json": "*",
2323
"ext-mbstring": "*",
24-
"codeception/codeception": "*@dev",
25-
"symfony/browser-kit": ">=3.4 <6.0",
26-
"symfony/dom-crawler": ">=3.4 <6.0"
24+
"codeception/codeception": "dev-return-types",
25+
"symfony/browser-kit": ">=4.4 <6.0",
26+
"symfony/dom-crawler": ">=4.4 <6.0"
2727
},
2828
"require-dev": {
2929
"codeception/util-universalframework": "dev-master"

0 commit comments

Comments
 (0)