diff options
| author | Michaela Brückner <brueckner@data-quest.de> | 2024-01-02 09:02:08 +0000 |
|---|---|---|
| committer | Michaela Brückner <brueckner@data-quest.de> | 2024-01-02 09:02:08 +0000 |
| commit | d0911bbc9929a4d09ee5b0d1d111fad9a27bce3e (patch) | |
| tree | 7ffba1f482f1b81807f27bca210c6a810298352e /composer.json | |
| parent | 502e6a104f200acc2f8ff81ba09257a6035406e5 (diff) | |
Neuentwicklung der Exporte closes StEP #1959
Closes #1959, #3451, #3424, #3435, #3454, #3455, and #3456
Merge request studip/studip!2212
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index f64b56e..671d914 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,8 @@ "phpowermove/docblock": "^2.0", "ksubileau/color-thief-php": "^2.0", "symfony/polyfill-php82": "^1.28", - "symfony/polyfill-php83": "^1.28" + "symfony/polyfill-php83": "^1.28", + "phpoffice/phpspreadsheet": "^1.19" }, "replace": { "symfony/polyfill-php54": "*", |
