diff --git a/composer.json b/composer.json index 76fea7c3e..208358619 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "christophwurst/id3parser": "^0.1.4", "cweagans/composer-patches": "^1.7", "deepdiver/zipstreamer": "2.0.0", - "deepdiver1975/tarstreamer": "v2.0.0", + "deepdiver1975/tarstreamer": "v2.1.0", "doctrine/dbal": "3.1.4", "egulias/email-validator": "3.1.1", "giggsey/libphonenumber-for-php": "^8.12.37", diff --git a/composer.lock b/composer.lock index 6a99bc342..95ba5b434 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": "1d9bfe6fb5fa93b7f56f31eec39fbbd5", + "content-hash": "40eda6e6baf49e7f156ce6108d863878", "packages": [ { "name": "aws/aws-sdk-php", @@ -481,27 +481,33 @@ }, { "name": "deepdiver1975/tarstreamer", - "version": "2.0.0", + "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/owncloud/TarStreamer.git", - "reference": "ad48505d1ab54a8e94e6b1cc5297bbed72e956de" + "reference": "163052d7a076fd3dd54d4f50e1ff2705b72604db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/owncloud/TarStreamer/zipball/ad48505d1ab54a8e94e6b1cc5297bbed72e956de", - "reference": "ad48505d1ab54a8e94e6b1cc5297bbed72e956de", + "url": "https://api.github.com/repos/owncloud/TarStreamer/zipball/163052d7a076fd3dd54d4f50e1ff2705b72604db", + "reference": "163052d7a076fd3dd54d4f50e1ff2705b72604db", "shasum": "" }, "require": { "php": ">=7.1" }, "require-dev": { + "bamarni/composer-bin-plugin": "^1.5", "pear/archive_tar": "~1.4", - "pear/pear-core-minimal": "v1.10.10", - "phpunit/phpunit": "^7.5" + "pear/pear-core-minimal": "v1.10.13", + "phpunit/phpunit": "^7.5|^8.5|^9.6" }, "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": false + } + }, "autoload": { "psr-4": { "ownCloud\\TarStreamer\\": "src/" @@ -519,7 +525,11 @@ "stream", "tar" ], - "time": "2020-01-08T09:55:35+00:00" + "support": { + "issues": "https://github.com/owncloud/TarStreamer/issues", + "source": "https://github.com/owncloud/TarStreamer/tree/v2.1.0" + }, + "time": "2023-06-16T08:01:55+00:00" }, { "name": "doctrine/cache",