diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-09-03 09:10:46 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-09-03 09:10:46 +0200 |
| commit | a70127011f09d2f98a874cdc1468a73d36ff8721 (patch) | |
| tree | 4ad9164e1c520fe1bc94a0e86c803a2e09c8c24d | |
| parent | c05108f5c4522324e550379039e787b3a83303ab (diff) | |
update phpoffice/phpspreadsheet to 5.0.0, fixes #5870
Closes #5870
Merge request studip/studip!4473
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | composer.lock | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/composer.json b/composer.json index 278b2f6..eb634cd 100644 --- a/composer.json +++ b/composer.json @@ -115,7 +115,7 @@ "willdurand/negotiation": "^3.1", "monolog/monolog": "3.9.0", "ksubileau/color-thief-php": "^2.0", - "phpoffice/phpspreadsheet": "4.2.0", + "phpoffice/phpspreadsheet": "5.0.0", "psy/psysh": "0.12.8", "okvpn/clock-lts": "^1.0", "vlucas/phpdotenv": "5.6.1", diff --git a/composer.lock b/composer.lock index 6377a6a..f053425 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "dc44dd49880b457f30e1faec87e74daf", + "content-hash": "d4ed744c2eaa2b8762e33fab3a5ae288", "packages": [ { "name": "algo26-matthias/idna-convert", @@ -3475,16 +3475,16 @@ }, { "name": "phpoffice/phpspreadsheet", - "version": "4.2.0", + "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/PHPOffice/PhpSpreadsheet.git", - "reference": "5f6d7410e5fd72cac1aa67d4f05f4fe664d01ba6" + "reference": "d88efcac2444cde18e17684178de02b25dff2050" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/5f6d7410e5fd72cac1aa67d4f05f4fe664d01ba6", - "reference": "5f6d7410e5fd72cac1aa67d4f05f4fe664d01ba6", + "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/d88efcac2444cde18e17684178de02b25dff2050", + "reference": "d88efcac2444cde18e17684178de02b25dff2050", "shasum": "" }, "require": { @@ -3575,9 +3575,9 @@ ], "support": { "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues", - "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/4.2.0" + "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/5.0.0" }, - "time": "2025-04-17T02:41:45+00:00" + "time": "2025-08-10T06:18:27+00:00" }, { "name": "phpoption/phpoption", |
