Skip to content

Commit a7022d1

Browse files
stanislav.kovinTekill
authored andcommitted
SCENTRE-6456 Add support for codeception 4.x
1 parent cfe85df commit a7022d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"minimum-stability": "stable",
77
"require": {
88
"php": ">=7.1",
9-
"codeception/codeception": "~2.5",
9+
"codeception/codeception": "^4.0",
1010
"oneup/flysystem-bundle": "~3.0",
1111
"league/flysystem-aws-s3-v3": "~1.0",
1212
"league/flysystem-sftp": "~1.0",
@@ -18,6 +18,7 @@
1818
}
1919
},
2020
"require-dev": {
21-
"friendsofphp/php-cs-fixer": "^2.13"
21+
"friendsofphp/php-cs-fixer": "^2.13",
22+
"codeception/module-asserts": "^1.2"
2223
}
2324
}

0 commit comments

Comments
 (0)