From a239b27996814a9d1354320a0ee090c1b92a9202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 02:03:14 +0000 Subject: [PATCH] build(deps): bump deepdiver/zipstreamer from 2.0.3 to 3.0.0 Bumps [deepdiver/zipstreamer](https://github.com/DeepDiver1975/PHPZipStreamer) from 2.0.3 to 3.0.0. - [Release notes](https://github.com/DeepDiver1975/PHPZipStreamer/releases) - [Commits](https://github.com/DeepDiver1975/PHPZipStreamer/compare/v2.0.3...v3.0.0) --- updated-dependencies: - dependency-name: deepdiver/zipstreamer dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index fe063ac99..b2ffe07ae 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "aws/aws-sdk-php": "^3.369", "bantu/ini-get-wrapper": "v1.0.1", "cweagans/composer-patches": "^1.7", - "deepdiver/zipstreamer": "^2.0.3", + "deepdiver/zipstreamer": "^3.0.0", "deepdiver1975/tarstreamer": "^2.1.0", "doctrine/dbal": "^3.10.4", "egulias/email-validator": "^4.0.4", diff --git a/composer.lock b/composer.lock index 61b19cee0..5b88647e1 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": "ccb16eeca5b242e409af2accf0269116", + "content-hash": "00830bcdfc2a03439d5b66fe199dad97", "packages": [ { "name": "aws/aws-crt-php", @@ -301,21 +301,22 @@ }, { "name": "deepdiver/zipstreamer", - "version": "v2.0.3", + "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/DeepDiver1975/PHPZipStreamer.git", - "reference": "b9d1f53453a5736285facb723252ea2169dc472e" + "reference": "91fdbc17f9b5783a8e8bd9b2cde42f85a4d019e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/DeepDiver1975/PHPZipStreamer/zipball/b9d1f53453a5736285facb723252ea2169dc472e", - "reference": "b9d1f53453a5736285facb723252ea2169dc472e", + "url": "https://api.github.com/repos/DeepDiver1975/PHPZipStreamer/zipball/91fdbc17f9b5783a8e8bd9b2cde42f85a4d019e7", + "reference": "91fdbc17f9b5783a8e8bd9b2cde42f85a4d019e7", "shasum": "" }, "require": { + "ext-http": ">=0.10", "ext-mbstring": "*", - "php": ">=7.1" + "php": ">=7.4" }, "require-dev": { "ext-xdebug": "*", @@ -370,7 +371,7 @@ ], "support": { "issues": "https://github.com/DeepDiver1975/PHPZipStreamer/issues", - "source": "https://github.com/DeepDiver1975/PHPZipStreamer/tree/v2.0.3" + "source": "https://github.com/DeepDiver1975/PHPZipStreamer/tree/v3.0.0" }, "funding": [ { @@ -378,7 +379,7 @@ "type": "github" } ], - "time": "2024-03-13T14:30:52+00:00" + "time": "2026-02-19T16:23:57+00:00" }, { "name": "deepdiver1975/tarstreamer", @@ -6350,5 +6351,5 @@ "platform-overrides": { "php": "8.2.0" }, - "plugin-api-version": "2.9.0" + "plugin-api-version": "2.6.0" }