From 72e531f3860b22efa3d2b0db194ee607a4a05034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 04:30:58 +0000 Subject: [PATCH] Chore(deps): Bump phpoffice/phpspreadsheet from 3.9.0 to 4.0.0 Bumps [phpoffice/phpspreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) from 3.9.0 to 4.0.0. - [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/3.9.0...4.0.0) --- updated-dependencies: - dependency-name: phpoffice/phpspreadsheet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index abf2e996b..cb3828752 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "phpunit/phpunit": "^9" }, "require": { - "phpoffice/phpspreadsheet": "^3.3" + "phpoffice/phpspreadsheet": "^4.0" }, "extra": { "bamarni-bin": { diff --git a/composer.lock b/composer.lock index 6b73dcdfa..0a4a802fa 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": "068bdff1f7a79e608f7e77f14392f7e4", + "content-hash": "15fde926f2ba4a22bfc0cc640372fe7a", "packages": [ { "name": "composer/pcre", @@ -271,20 +271,20 @@ }, { "name": "phpoffice/phpspreadsheet", - "version": "3.9.0", + "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/PHPOffice/PhpSpreadsheet.git", - "reference": "414f8a2aa1d8b974b39f577c0677d5ebc96fab36" + "reference": "2d4b9f3582102aafb6b1378fff8a20eeeacfb31c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/414f8a2aa1d8b974b39f577c0677d5ebc96fab36", - "reference": "414f8a2aa1d8b974b39f577c0677d5ebc96fab36", + "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/2d4b9f3582102aafb6b1378fff8a20eeeacfb31c", + "reference": "2d4b9f3582102aafb6b1378fff8a20eeeacfb31c", "shasum": "" }, "require": { - "composer/pcre": "^3.3", + "composer/pcre": "^1||^2||^3", "ext-ctype": "*", "ext-dom": "*", "ext-fileinfo": "*", @@ -370,9 +370,9 @@ ], "support": { "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues", - "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/3.9.0" + "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/4.0.0" }, - "time": "2025-01-26T05:10:24+00:00" + "time": "2025-02-08T02:28:25+00:00" }, { "name": "psr/http-client",