wip: require v5 of codeception

This commit is contained in:
Niels Vanpachtenbeke 2022-02-14 23:59:04 +01:00
parent 74347de247
commit 3465c3518c

View File

@ -27,9 +27,9 @@
"barryvdh/laravel-ide-helper": "^2.10" "barryvdh/laravel-ide-helper": "^2.10"
}, },
"require-dev": { "require-dev": {
"codeception/codeception": "^4.1.6", "codeception/codeception": "^5.0",
"codeception/module-phpbrowser": "^1.0.0", "codeception/module-phpbrowser": "^2.0",
"codeception/module-asserts": "^1.0.0", "codeception/module-asserts": "^2.0",
"weirdan/codeception-psalm-module": "^0.13.1", "weirdan/codeception-psalm-module": "^0.13.1",
"squizlabs/php_codesniffer": "*", "squizlabs/php_codesniffer": "*",
"slevomat/coding-standard": "^6.2" "slevomat/coding-standard": "^6.2"