From 292adb090b3e28373c718923fbc70a4514c322fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 06:09:32 +0000 Subject: [PATCH] Bump aws/aws-sdk-php from 3.387.3 to 3.388.0 Bumps [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php) from 3.387.3 to 3.388.0. - [Release notes](https://github.com/aws/aws-sdk-php/releases) - [Commits](https://github.com/aws/aws-sdk-php/compare/3.387.3...3.388.0) --- updated-dependencies: - dependency-name: aws/aws-sdk-php dependency-version: 3.388.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 003bc4eae..462e1fd88 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ ], "require": { "php": "^8.3|^8.4|^8.5", - "aws/aws-sdk-php": "3.387.3", + "aws/aws-sdk-php": "3.388.0", "bacon/bacon-qr-code": "^3.0", "dansup/klipy-php": "1.1.0", "dedoc/scramble": "^0.13.26", diff --git a/composer.lock b/composer.lock index 521feda06..43a7c17df 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": "5f90326ba7884acea61e688910539b55", + "content-hash": "908e06c15534212bcb68cbfd09d4ee4a", "packages": [ { "name": "aws/aws-crt-php", @@ -62,16 +62,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.387.3", + "version": "3.388.0", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "20818be961ace3ef01c1aed3c247e71b26020149" + "reference": "6dd9a0674641ef7d302a50cc8f275eb443182dc9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/20818be961ace3ef01c1aed3c247e71b26020149", - "reference": "20818be961ace3ef01c1aed3c247e71b26020149", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/6dd9a0674641ef7d302a50cc8f275eb443182dc9", + "reference": "6dd9a0674641ef7d302a50cc8f275eb443182dc9", "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.387.3" + "source": "https://github.com/aws/aws-sdk-php/tree/3.388.0" }, - "time": "2026-07-06T18:13:24+00:00" + "time": "2026-07-07T18:11:48+00:00" }, { "name": "bacon/bacon-qr-code",