aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-05-15 06:56:03 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-05-15 06:56:03 +0000
commit24778635d3cea1bf2a1e59fccb4cccbdcf0af890 (patch)
tree0adcb2503071942cb0d78b395b4bb27a1d48b9a7 /composer.json
parent4c0242f044a53979a08e7bec5913dc6a48b976f9 (diff)
update codeception/codeception to 5.1.2 and codeception/module-asserts to 3.0.0, fix test, fixes #4150
Closes #4150 Merge request studip/studip!2990
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 009a7a0..0110f30 100644
--- a/composer.json
+++ b/composer.json
@@ -10,8 +10,8 @@
"require-dev": {
"adlawson/vfs": "~0.12.1",
"woohoolabs/yang": "2.3.2",
- "codeception/codeception": "^4.2",
- "codeception/module-asserts": "^1.3",
+ "codeception/codeception": "5.1.2",
+ "codeception/module-asserts": "3.0.0",
"overtrue/phplint": "3.1.1",
"phpstan/phpstan": "^1.8",
"symfony/var-dumper": "^5.4"