diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-03-28 07:23:11 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2023-03-28 07:23:11 +0000 |
| commit | 43f35cc46bfb1129ce55f5bbbcd1dabbfa8efc73 (patch) | |
| tree | d931c660a33073a361d4dd9d04ffa1fac0f3839f /composer.json | |
| parent | d37d28adb8a776ba699cc11a80a18a5d25f3f11b (diff) | |
update symfony/yaml to 5.4.21 and use correct method, fixes #2468
Closes #2468
Merge request studip/studip!1665
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 7072541..d1a8390 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "tuupola/cors-middleware": "1.2.1", "tecnickcom/tcpdf": "^6.3", "scssphp/scssphp": "^1.4", - "symfony/yaml": "^3.4", + "symfony/yaml": "^5.0", "mishal/iless": "^2.2", "ezyang/htmlpurifier": "^4.13", "davefx/phplot": "^6.2", |
