From c5a1f5e2d91c78818dd949ceb479a0d765c50251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 06:09:55 +0000 Subject: [PATCH] Bump aws/aws-sdk-php from 3.376.4 to 3.377.0 Bumps [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php) from 3.376.4 to 3.377.0. - [Release notes](https://github.com/aws/aws-sdk-php/releases) - [Commits](https://github.com/aws/aws-sdk-php/compare/3.376.4...3.377.0) --- updated-dependencies: - dependency-name: aws/aws-sdk-php dependency-version: 3.377.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index ed708d77..93b58c4c 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ ], "require": { "php": "^8.3|^8.4|^8.5", - "aws/aws-sdk-php": "3.376.4", + "aws/aws-sdk-php": "3.377.0", "bacon/bacon-qr-code": "^3.0", "firebase/php-jwt": "^7.0", "intervention/image-laravel": "^1.5", diff --git a/composer.lock b/composer.lock index 5454949d..ecd6562f 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": "43b6a7c26fbdf09aaa46e774ba51d3cc", + "content-hash": "044382568cbca594021607e5caa7e52f", "packages": [ { "name": "aws/aws-crt-php", @@ -62,16 +62,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.376.4", + "version": "3.377.0", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "fe7773b1e069a45aa74e09cdd65219af6039ff6b" + "reference": "573c569d20710a902446688a0439b53fef256e3a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/fe7773b1e069a45aa74e09cdd65219af6039ff6b", - "reference": "fe7773b1e069a45aa74e09cdd65219af6039ff6b", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/573c569d20710a902446688a0439b53fef256e3a", + "reference": "573c569d20710a902446688a0439b53fef256e3a", "shasum": "" }, "require": { @@ -153,9 +153,9 @@ "support": { "forum": "https://github.com/aws/aws-sdk-php/discussions", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.376.4" + "source": "https://github.com/aws/aws-sdk-php/tree/3.377.0" }, - "time": "2026-04-06T18:18:41+00:00" + "time": "2026-04-07T18:14:36+00:00" }, { "name": "bacon/bacon-qr-code",