aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2023-03-15 08:24:33 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2023-03-15 08:24:33 +0000
commit073932aa781cf35089ba8b6b4fd264eb69b978d2 (patch)
treef2d47aeca9431b79771bc66ffabd1730a5d05b3e /composer.json
parentc5ed3fd8b1261a8ebc1033970cbdec693c381ca2 (diff)
add polyfill for php 8.1, fixes #2368
Closes #2368 Merge request studip/studip!1552
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 17e510d..c117f27 100644
--- a/composer.json
+++ b/composer.json
@@ -60,7 +60,8 @@
"monolog/monolog": "^2.8",
"symfony/polyfill-php73": "^1.27",
"symfony/polyfill-php74": "^1.27",
- "symfony/polyfill-php80": "^1.27"
+ "symfony/polyfill-php80": "^1.27",
+ "symfony/polyfill-php81": "^1.27"
},
"replace": {
"symfony/polyfill-php54": "*",