diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-04-23 08:50:15 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-04-23 08:50:15 +0000 |
| commit | 62436a53406b640b1f59ba0a6a517ced648a010d (patch) | |
| tree | c9b65d21ed58157a4d6ee89832a5e46fe3c8b6e9 /composer.json | |
| parent | a7f15cbaaf99001540200e197e8fd892176b2b5e (diff) | |
use symfony/polyfill-php85 and update replace section in composer.json, fixes #5516
Closes #5516
Merge request studip/studip!4140
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 7c96743..b2933bf 100644 --- a/composer.json +++ b/composer.json @@ -126,6 +126,7 @@ "symfony/polyfill-php82": "1.31.0", "symfony/polyfill-php83": "1.31.0", "symfony/polyfill-php84": "1.31.0", + "symfony/polyfill-php85": "1.x-dev", "nyholm/psr7": "1.8.1", "nyholm/psr7-server": "1.1.0", "erusev/parsedown": "1.7.4", @@ -138,6 +139,12 @@ "lcobucci/jwt": "^4.3" }, "replace": { + "symfony/polyfill-php54": "*", + "symfony/polyfill-php55": "*", + "symfony/polyfill-php56": "*", + "symfony/polyfill-php70": "*", + "symfony/polyfill-php71": "*", + "symfony/polyfill-php72": "*", "symfony/polyfill-php73": "*", "symfony/polyfill-php74": "*", "symfony/polyfill-php80": "*", |
