From 19cada9bc9665e93fada25abe46339b4cf6cc051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 02:57:34 +0000 Subject: [PATCH] chore(deps): Bump deepdiver/zipstreamer from 2.0.0 to 2.0.3 Bumps [deepdiver/zipstreamer](https://github.com/DeepDiver1975/PHPZipStreamer) from 2.0.0 to 2.0.3. - [Release notes](https://github.com/DeepDiver1975/PHPZipStreamer/releases) - [Commits](https://github.com/DeepDiver1975/PHPZipStreamer/compare/v2.0.0...v2.0.3) --- updated-dependencies: - dependency-name: deepdiver/zipstreamer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 32 ++++++++++++++++++++++---------- 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index e22da856c..431addbd3 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "aws/aws-sdk-php": "^3.240", "bantu/ini-get-wrapper": "v1.0.1", "cweagans/composer-patches": "^1.7", - "deepdiver/zipstreamer": "2.0.0", + "deepdiver/zipstreamer": "2.0.3", "deepdiver1975/tarstreamer": "^2.1.0", "doctrine/dbal": "^3.7.0", "egulias/email-validator": "^3.2.5", diff --git a/composer.lock b/composer.lock index 0b4e3dfa7..efff4f9d1 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": "1d7358a7b817ee99d265ad66dfd1c319", + "content-hash": "01d85ddc48d6bebef370da0912449f83", "packages": [ { "name": "aws/aws-crt-php", @@ -353,23 +353,29 @@ }, { "name": "deepdiver/zipstreamer", - "version": "2.0.0", + "version": "v2.0.3", "source": { "type": "git", "url": "https://github.com/DeepDiver1975/PHPZipStreamer.git", - "reference": "b8c59647ff34fb97e8937aefb2a65de2bc4b4755" + "reference": "b9d1f53453a5736285facb723252ea2169dc472e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/DeepDiver1975/PHPZipStreamer/zipball/b8c59647ff34fb97e8937aefb2a65de2bc4b4755", - "reference": "b8c59647ff34fb97e8937aefb2a65de2bc4b4755", + "url": "https://api.github.com/repos/DeepDiver1975/PHPZipStreamer/zipball/b9d1f53453a5736285facb723252ea2169dc472e", + "reference": "b9d1f53453a5736285facb723252ea2169dc472e", "shasum": "" }, "require": { - "php": ">=5.6.0" + "ext-mbstring": "*", + "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "^5.7" + "ext-xdebug": "*", + "ext-zlib": "*", + "phpunit/phpunit": "^7 || ^8" + }, + "suggest": { + "ext-http": ">=0.10" }, "type": "library", "autoload": { @@ -379,7 +385,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-3.0+" + "GPL-3.0-or-later" ], "authors": [ { @@ -416,9 +422,15 @@ ], "support": { "issues": "https://github.com/DeepDiver1975/PHPZipStreamer/issues", - "source": "https://github.com/DeepDiver1975/PHPZipStreamer/tree/master" + "source": "https://github.com/DeepDiver1975/PHPZipStreamer/tree/v2.0.3" }, - "time": "2020-07-21T07:45:14+00:00" + "funding": [ + { + "url": "https://github.com/DeepDiver1975", + "type": "github" + } + ], + "time": "2024-03-13T14:30:52+00:00" }, { "name": "deepdiver1975/tarstreamer",