diff --git a/composer.json b/composer.json index dab5d7cb0..b93b8732d 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "ext-xmlwriter": "*", "ext-zlib": "*", "composer-runtime-api": "^2.1", - "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 f500e749b..d86ec7e5c 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": "81b7879210af801e3d41dc2a0806d911", + "content-hash": "72bded26ff8d2371f7310e25f06ec1dc", "packages": [ { "name": "async-aws/core", @@ -81,16 +81,16 @@ }, { "name": "async-aws/s3", - "version": "2.10.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/async-aws/s3.git", - "reference": "9c826ab620dbdc99528f0ad0b728ef9d478714db" + "reference": "be42f0cf4825fbdefed2a95ac73afecfb7c216ae" }, "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/be42f0cf4825fbdefed2a95ac73afecfb7c216ae", + "reference": "be42f0cf4825fbdefed2a95ac73afecfb7c216ae", "shasum": "" }, "require": { @@ -99,12 +99,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.0-dev" } }, "autoload": { @@ -125,7 +130,7 @@ "sdk" ], "support": { - "source": "https://github.com/async-aws/s3/tree/2.10.0" + "source": "https://github.com/async-aws/s3/tree/3.0.0" }, "funding": [ { @@ -137,7 +142,7 @@ "type": "github" } ], - "time": "2025-08-11T10:03:27+00:00" + "time": "2026-01-16T22:28:05+00:00" }, { "name": "brick/math",