From 2794eae1d3a92ff7d922abb94022b1e7465bf169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 16:37:15 +0000 Subject: [PATCH] composer: update phpoffice/phpspreadsheet requirement from ^5.3 to ^5.7 Updates the requirements on [phpoffice/phpspreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) to permit the latest version. - [Release notes](https://github.com/PHPOffice/PhpSpreadsheet/releases) - [Changelog](https://github.com/PHPOffice/PhpSpreadsheet/blob/master/CHANGELOG.md) - [Commits](https://github.com/PHPOffice/PhpSpreadsheet/compare/5.3.0...5.7.0) --- updated-dependencies: - dependency-name: phpoffice/phpspreadsheet dependency-version: 5.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0d01d62..08f7067 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "library", "require": { "vitexsoftware/ease-core": "^1.49", - "phpoffice/phpspreadsheet": "^5.3" + "phpoffice/phpspreadsheet": "^5.7" }, "license": "MIT", "autoload": {