Skip to content

Commit

Permalink
SCENTRE-6456 Add support for codeception 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav.kovin authored and Tekill committed Apr 27, 2020
1 parent cfe85df commit a7022d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"minimum-stability": "stable",
"require": {
"php": ">=7.1",
"codeception/codeception": "~2.5",
"codeception/codeception": "^4.0",
"oneup/flysystem-bundle": "~3.0",
"league/flysystem-aws-s3-v3": "~1.0",
"league/flysystem-sftp": "~1.0",
Expand All @@ -18,6 +18,7 @@
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.13"
"friendsofphp/php-cs-fixer": "^2.13",
"codeception/module-asserts": "^1.2"
}
}

0 comments on commit a7022d1

Please sign in to comment.