aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-04-23 08:25:18 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-04-23 08:25:18 +0000
commit20accee77992240e4bb1347a9eed97ee85392938 (patch)
tree81560f493bd32dd4edb38a7849498cba356f2bf8 /composer.json
parent1eefd1974d24f62cc3ed4ae10114f615c75c3e65 (diff)
update symfony/polyfill-php8* to v1.31.0, fixes #5521
Closes #5521 Merge request studip/studip!4144
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index c4132e1..7c96743 100644
--- a/composer.json
+++ b/composer.json
@@ -123,9 +123,9 @@
"psr/cache": "3.0.0",
"laravel-json-api/neomerx-json-api": "5.0.2",
"illuminate/collections": "^10.48",
- "symfony/polyfill-php82": "1.30.0",
- "symfony/polyfill-php83": "1.30.0",
- "symfony/polyfill-php84": "1.30.0",
+ "symfony/polyfill-php82": "1.31.0",
+ "symfony/polyfill-php83": "1.31.0",
+ "symfony/polyfill-php84": "1.31.0",
"nyholm/psr7": "1.8.1",
"nyholm/psr7-server": "1.1.0",
"erusev/parsedown": "1.7.4",