From 96b3095b8fd609aba8b48b18ae6cf1f5b9c9eebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 02:34:47 +0000 Subject: [PATCH] Update maennchen/zipstream-php requirement from ~2.1 to ~3.1 Updates the requirements on [maennchen/zipstream-php](https://github.com/maennchen/ZipStream-PHP) to permit the latest version. - [Release notes](https://github.com/maennchen/ZipStream-PHP/releases) - [Commits](https://github.com/maennchen/ZipStream-PHP/compare/2.1.0...3.1.0) --- updated-dependencies: - dependency-name: maennchen/zipstream-php 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 3c39c17..37a42ff 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "quorum/exporter", "description": "Export Data as Spreadsheets", "require": { - "maennchen/zipstream-php": "~2.1", + "maennchen/zipstream-php": "~3.1", "ext-SPL": "*", "ext-mbstring": "*", "ext-dom": "*",