From 87620de03bfb5f73cc297220ba75b540c24dd7e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 06:07:44 +0000 Subject: [PATCH] Bump aws/aws-sdk-php from 3.372.2 to 3.373.0 Bumps [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php) from 3.372.2 to 3.373.0. - [Release notes](https://github.com/aws/aws-sdk-php/releases) - [Commits](https://github.com/aws/aws-sdk-php/compare/3.372.2...3.373.0) --- updated-dependencies: - dependency-name: aws/aws-sdk-php dependency-version: 3.373.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 27 ++++++++++++++------------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 674f721a..7e4d5792 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ ], "require": { "php": "^8.3|^8.4|^8.5", - "aws/aws-sdk-php": "3.372.2", + "aws/aws-sdk-php": "3.373.0", "bacon/bacon-qr-code": "^3.0", "intervention/image-laravel": "^1.5", "laravel/framework": "^12.0", diff --git a/composer.lock b/composer.lock index 8ab3e192..52e229a0 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": "019da1572d7c8b46661698a2c754ec93", + "content-hash": "bd5590ed13709b7a98a30bfefaadaedc", "packages": [ { "name": "aws/aws-crt-php", @@ -62,16 +62,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.372.2", + "version": "3.373.0", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "d1885c8c5db03c2a23121e6df58ef5693df41b95" + "reference": "fb74a2dca7ae2363e929c5cea33a4a4db0d22690" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/d1885c8c5db03c2a23121e6df58ef5693df41b95", - "reference": "d1885c8c5db03c2a23121e6df58ef5693df41b95", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/fb74a2dca7ae2363e929c5cea33a4a4db0d22690", + "reference": "fb74a2dca7ae2363e929c5cea33a4a4db0d22690", "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.372.2" + "source": "https://github.com/aws/aws-sdk-php/tree/3.373.0" }, - "time": "2026-03-09T18:21:50+00:00" + "time": "2026-03-11T18:33:36+00:00" }, { "name": "bacon/bacon-qr-code", @@ -1346,16 +1346,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "2.8.0", + "version": "2.9.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "21dc724a0583619cd1652f673303492272778051" + "reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051", - "reference": "21dc724a0583619cd1652f673303492272778051", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/7d0ed42f28e42d61352a7a79de682e5e67fec884", + "reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884", "shasum": "" }, "require": { @@ -1371,6 +1371,7 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "http-interop/http-factory-tests": "0.9.0", + "jshttp/mime-db": "1.54.0.1", "phpunit/phpunit": "^8.5.44 || ^9.6.25" }, "suggest": { @@ -1442,7 +1443,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.8.0" + "source": "https://github.com/guzzle/psr7/tree/2.9.0" }, "funding": [ { @@ -1458,7 +1459,7 @@ "type": "tidelift" } ], - "time": "2025-08-23T21:21:41+00:00" + "time": "2026-03-10T16:41:02+00:00" }, { "name": "guzzlehttp/uri-template",