diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-03-28 12:28:18 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2023-03-28 12:28:18 +0000 |
| commit | cafb2d9f10254dbbf4032c4c84033fb6921dbf08 (patch) | |
| tree | b7c6ff9db9389999c915f43a3dda3613f5c15e6b /composer.json | |
| parent | c3cffedf87f225223c4efbc848d5ecafcd04e83b (diff) | |
update slim/slim to 4.8.1, fixes #2463
Closes #2463
Merge request studip/studip!1660
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index cea553e..b642c09 100644 --- a/composer.json +++ b/composer.json @@ -49,8 +49,8 @@ "ext-dom": "*", "opis/json-schema": "^1.0", "slim/psr7": "1.4", - "slim/slim": "4.7.1", - "php-di/php-di": "^6.3.4", + "slim/slim": "^4.7.1", + "php-di/php-di": "6.3.4", "symfony/console": "~5.3.16", "symfony/process": "^5.4", "jumbojett/openid-connect-php": "^0.9.2", |
