From f8c083d9dbc823c4fb67abc9a05f30ff6590b6d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 21:47:41 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group with 2 updates Bumps the minor-and-patch group with 2 updates: [laravel/serializable-closure](https://github.com/laravel/serializable-closure) and [pear/archive_tar](https://github.com/pear/Archive_Tar). Updates `laravel/serializable-closure` from 2.0.15 to 2.0.16 - [Release notes](https://github.com/laravel/serializable-closure/releases) - [Changelog](https://github.com/laravel/serializable-closure/blob/2.x/CHANGELOG.md) - [Commits](https://github.com/laravel/serializable-closure/compare/v2.0.15...v2.0.16) Updates `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: laravel/serializable-closure dependency-version: 2.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: pear/archive_tar dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index a50c4224d18..33a5ccfcfce 100644 --- a/composer.json +++ b/composer.json @@ -86,7 +86,7 @@ "league/flysystem": "^1.1", "nikic/php-parser": "^5.7", "owncloud/tarstreamer": "v2.1.0", - "pear/archive_tar": "1.6.0", + "pear/archive_tar": "1.6.1", "pear/pear-core-minimal": "^v1.10", "phpseclib/phpseclib": "^3.0", "pimple/pimple": "^3.6", diff --git a/composer.lock b/composer.lock index ab26696717f..61f30d4d5fd 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": "6f0e6a57bf42ffebeda88af449cb2934", + "content-hash": "2a9371bd96ad5f5311b067ff46bcb867", "packages": [ { "name": "bantu/ini-get-wrapper", @@ -1822,16 +1822,16 @@ }, { "name": "laravel/serializable-closure", - "version": "v2.0.15", + "version": "v2.0.16", "source": { "type": "git", "url": "https://github.com/laravel/serializable-closure.git", - "reference": "dccd8bcb851bb03fcc005df650b708b57cc52661" + "reference": "7cfc24e4fa2cca045fb8dd2a797a2b2b13b655ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/dccd8bcb851bb03fcc005df650b708b57cc52661", - "reference": "dccd8bcb851bb03fcc005df650b708b57cc52661", + "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/7cfc24e4fa2cca045fb8dd2a797a2b2b13b655ed", + "reference": "7cfc24e4fa2cca045fb8dd2a797a2b2b13b655ed", "shasum": "" }, "require": { @@ -1879,7 +1879,7 @@ "issues": "https://github.com/laravel/serializable-closure/issues", "source": "https://github.com/laravel/serializable-closure" }, - "time": "2026-07-21T16:49:22+00:00" + "time": "2026-08-18T20:28:54+00:00" }, { "name": "league/flysystem", @@ -2364,21 +2364,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": "*" @@ -2391,7 +2391,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4.x-dev" + "dev-master": "1.6.x-dev" } }, "autoload": { @@ -2430,7 +2430,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",