Skip to content

Commit cb7454d

Browse files
authored
Support Codeception 5 (#15)
1 parent 8e47a30 commit cb7454d

File tree

4 files changed

+7
-9556
lines changed

4 files changed

+7
-9556
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
.phpunit.result.cache
1313
.phpstorm.meta.php
1414
_ide_helper.php
15+
composer.lock
1516
Homestead.json
1617
Homestead.yaml
1718
npm-debug.log

composer.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,17 @@
2020
"ext-json": "*",
2121
"barryvdh/laravel-debugbar": "^3.6",
2222
"barryvdh/laravel-ide-helper": "^2.10",
23-
"codeception/codeception": "^4.1",
24-
"codeception/module-asserts": "^2.0",
25-
"codeception/module-laravel": "^2.1 | *@dev",
23+
"codeception/codeception": "^4.1 | ^5.0.0-RC2",
24+
"codeception/module-asserts": "^2.0 | ^3.0",
25+
"codeception/module-laravel": "^2.1 | ^3.0 | *@dev",
2626
"facade/ignition": "^2.17",
2727
"fakerphp/faker": "^1.17",
28-
"nunomaduro/collision": "^5.10",
29-
"phpunit/phpunit": "^9.5"
28+
"nunomaduro/collision": "^5.10"
3029
},
3130
"config": {
3231
"optimize-autoloader": true,
3332
"preferred-install": "dist",
34-
"sort-packages": true,
35-
"platform": {
36-
"php": "7.4.0"
37-
}
33+
"sort-packages": true
3834
},
3935
"extra": {
4036
"laravel": {

0 commit comments

Comments
 (0)