From 4b5d6b6fd2f5a4ce6904d3190b3b50719c37d855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 01:03:14 +0000 Subject: [PATCH] build(deps): bump pear/archive_tar from 1.6.0 to 1.6.1 Bumps [pear/archive_tar](https://github.com/pear/Archive_Tar) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/pear/Archive_Tar/releases) - [Commits](https://github.com/pear/Archive_Tar/compare/1.6.0...1.6.1) --- updated-dependencies: - dependency-name: pear/archive_tar dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 25bb00604..455f6030b 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "microsoft/azure-storage-blob": "^1.5.4", "mlocati/ip-lib": "^1.22", "nextcloud/lognormalizer": "^3.0.1", - "pear/archive_tar": "^1.6.0", + "pear/archive_tar": "^1.6.1", "pear/pear-core-minimal": "^1.10", "php-http/guzzle7-adapter": "^1.1.0", "php-opencloud/openstack": "^3.17", diff --git a/composer.lock b/composer.lock index 88ec00c5b..23805296e 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": "c43e553dd99d8a9e572802ad95dceffd", + "content-hash": "ad4b5b9f2694ee2e67a747194239d009", "packages": [ { "name": "aws/aws-crt-php", @@ -2536,21 +2536,21 @@ }, { "name": "pear/archive_tar", - "version": "1.6.0", + "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/pear/Archive_Tar.git", - "reference": "dc3285537f1832da8ddbbe45f5a007248b6cc00e" + "reference": "a0d2c458a2ff6ee8943ac4271b7f57d613529ae0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/dc3285537f1832da8ddbbe45f5a007248b6cc00e", - "reference": "dc3285537f1832da8ddbbe45f5a007248b6cc00e", + "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/a0d2c458a2ff6ee8943ac4271b7f57d613529ae0", + "reference": "a0d2c458a2ff6ee8943ac4271b7f57d613529ae0", "shasum": "" }, "require": { "pear/pear-core-minimal": "^1.10.0alpha2", - "php": ">=5.4.0" + "php": ">=5.6.0" }, "require-dev": { "phpunit/phpunit": "*" @@ -2563,7 +2563,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4.x-dev" + "dev-master": "1.6.x-dev" } }, "autoload": { @@ -2602,7 +2602,7 @@ "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar", "source": "https://github.com/pear/Archive_Tar" }, - "time": "2025-07-19T14:49:16+00:00" + "time": "2026-08-19T17:37:49+00:00" }, { "name": "pear/console_getopt",