From c4c782e59ae474b4df38009d6c9294fb66f6dd3e Mon Sep 17 00:00:00 2001 From: girishpanchal30 Date: Tue, 29 Oct 2024 15:47:15 +0530 Subject: [PATCH] Upgrade 'phpoffice/phpspreadsheet' composer package --- composer.json | 2 +- composer.lock | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 87179b8bf..cfa2cd2f6 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ }, "require": { "codeinwp/themeisle-sdk": "^3.3", - "phpoffice/phpspreadsheet": "1.8.2", + "phpoffice/phpspreadsheet": "^1.8", "neitanod/forceutf8": "~2.0" }, "autoload": { diff --git a/composer.lock b/composer.lock index a191b6c60..e6a0d7247 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": "b1c4972cf7a69e915c83661005512e70", + "content-hash": "023ae62618523d93ccf0f96482de57a2", "packages": [ { "name": "codeinwp/themeisle-sdk", @@ -340,6 +340,10 @@ "xls", "xlsx" ], + "support": { + "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues", + "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.8.2" + }, "time": "2019-07-08T21:21:25+00:00" }, { @@ -807,5 +811,5 @@ "platform-overrides": { "php": "5.6" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }