From 2d51341f521c4f8563c1e19369fe5b392eb686d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 04:02:51 +0000 Subject: [PATCH] build(deps): 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 dca004c076..7058bd030a 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "ext-xmlwriter": "*", "ext-zip": "*", "2tvenom/cborencode": "~1.0.2", - "aws/aws-sdk-php": "~3.387.1", + "aws/aws-sdk-php": "~3.388.0", "elasticsearch/elasticsearch": "~8.19.0", "endroid/qr-code": "~6.1.3", "firebase/php-jwt": "^7.0", diff --git a/composer.lock b/composer.lock index 38c1b529dd..175ec7f53b 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": "bfd0b093ede6c40bb1a355454a3ace78", + "content-hash": "a08f187016cb7952a351da7e4ea18739", "packages": [ { "name": "2tvenom/cborencode", @@ -107,16 +107,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": { @@ -198,9 +198,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",