From e5f0fb5483ff48b79b132c0c303cf8e0a333e900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 04:32:55 +0000 Subject: [PATCH] build(deps): bump async-aws/s3 from 2.10.0 to 3.1.0 Bumps [async-aws/s3](https://github.com/async-aws/s3) from 2.10.0 to 3.1.0. - [Release notes](https://github.com/async-aws/s3/releases) - [Changelog](https://github.com/async-aws/s3/blob/master/CHANGELOG.md) - [Commits](https://github.com/async-aws/s3/compare/2.10.0...3.1.0) --- updated-dependencies: - dependency-name: async-aws/s3 dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 36 ++++++++++++++++++++---------------- 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index e4ae11160..560515406 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "ext-xmlwriter": "*", "ext-zlib": "*", "composer-runtime-api": "^2.0", - "async-aws/s3": "^2.6", + "async-aws/s3": "^2.6 || ^3.0", "brick/math": "^0.11 || ^0.12 || ^0.13 || ^0.14", "coduo/php-humanizer": "^5.0", "doctrine/dbal": "^3.6 || ^4.0", diff --git a/composer.lock b/composer.lock index 8e4510c54..ae482ac7a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,25 +4,24 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ecec462c8d5622df2748d67ac2c744b4", + "content-hash": "13e52cf1919091a61c1d496e6639f1e9", "packages": [ { "name": "async-aws/core", - "version": "1.28.0", + "version": "1.28.1", "source": { "type": "git", "url": "https://github.com/async-aws/core.git", - "reference": "0d5f4d650b74a8366bca1fb400b6cfb694c3b217" + "reference": "e8b02ac30b17afaf1352cbd352dceb789d792d39" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/async-aws/core/zipball/0d5f4d650b74a8366bca1fb400b6cfb694c3b217", - "reference": "0d5f4d650b74a8366bca1fb400b6cfb694c3b217", + "url": "https://api.github.com/repos/async-aws/core/zipball/e8b02ac30b17afaf1352cbd352dceb789d792d39", + "reference": "e8b02ac30b17afaf1352cbd352dceb789d792d39", "shasum": "" }, "require": { "ext-hash": "*", - "ext-json": "*", "ext-simplexml": "*", "php": "^8.2", "psr/cache": "^1.0 || ^2.0 || ^3.0", @@ -65,7 +64,7 @@ "sts" ], "support": { - "source": "https://github.com/async-aws/core/tree/1.28.0" + "source": "https://github.com/async-aws/core/tree/1.28.1" }, "funding": [ { @@ -77,20 +76,20 @@ "type": "github" } ], - "time": "2026-01-16T22:28:05+00:00" + "time": "2026-02-16T10:24:54+00:00" }, { "name": "async-aws/s3", - "version": "2.10.0", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/async-aws/s3.git", - "reference": "9c826ab620dbdc99528f0ad0b728ef9d478714db" + "reference": "68664f2db5d990b7e8863624791366d6e8925398" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/async-aws/s3/zipball/9c826ab620dbdc99528f0ad0b728ef9d478714db", - "reference": "9c826ab620dbdc99528f0ad0b728ef9d478714db", + "url": "https://api.github.com/repos/async-aws/s3/zipball/68664f2db5d990b7e8863624791366d6e8925398", + "reference": "68664f2db5d990b7e8863624791366d6e8925398", "shasum": "" }, "require": { @@ -99,12 +98,17 @@ "ext-filter": "*", "ext-hash": "*", "ext-simplexml": "*", - "php": "^7.2.5 || ^8.0" + "php": "^8.2" + }, + "require-dev": { + "phpunit/phpunit": "^11.5.42", + "symfony/error-handler": "^7.3.2 || ^8.0", + "symfony/phpunit-bridge": "^7.3.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.10-dev" + "dev-master": "3.1-dev" } }, "autoload": { @@ -125,7 +129,7 @@ "sdk" ], "support": { - "source": "https://github.com/async-aws/s3/tree/2.10.0" + "source": "https://github.com/async-aws/s3/tree/3.1.0" }, "funding": [ { @@ -137,7 +141,7 @@ "type": "github" } ], - "time": "2025-08-11T10:03:27+00:00" + "time": "2026-02-16T10:24:54+00:00" }, { "name": "brick/math",