From 2de5fe9a2816d9327188359b644675954f0fb45c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 04:48:57 +0000 Subject: [PATCH] Update aws/aws-sdk-php requirement from ~3.311.2 to ~3.320.2 Updates the requirements on [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php) to permit the latest version. - [Release notes](https://github.com/aws/aws-sdk-php/releases) - [Commits](https://github.com/aws/aws-sdk-php/compare/3.311.2...3.320.2) --- updated-dependencies: - dependency-name: aws/aws-sdk-php dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9bb0558..2141de2 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=7.1", - "aws/aws-sdk-php": "~3.311.2", + "aws/aws-sdk-php": "~3.320.2", "composer-plugin-api": "^1.1 || ^2.0", "composer/installers": "^1.12 || ^2.2.0", "segmentio/analytics-php": "~3.7.0"