We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe85df commit a7022d1Copy full SHA for a7022d1
composer.json
@@ -6,7 +6,7 @@
6
"minimum-stability": "stable",
7
"require": {
8
"php": ">=7.1",
9
- "codeception/codeception": "~2.5",
+ "codeception/codeception": "^4.0",
10
"oneup/flysystem-bundle": "~3.0",
11
"league/flysystem-aws-s3-v3": "~1.0",
12
"league/flysystem-sftp": "~1.0",
@@ -18,6 +18,7 @@
18
}
19
},
20
"require-dev": {
21
- "friendsofphp/php-cs-fixer": "^2.13"
+ "friendsofphp/php-cs-fixer": "^2.13",
22
+ "codeception/module-asserts": "^1.2"
23
24
0 commit comments