From bd555663abdcda789a16acd89560b96366502ced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 04:17:12 +0000 Subject: [PATCH] Update aws/aws-sdk-php requirement from ~3.279.7 to ~3.280.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.279.7...3.280.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 9674861..c8f7e72 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=7.1", - "aws/aws-sdk-php": "~3.279.7", + "aws/aws-sdk-php": "~3.280.2", "composer-plugin-api": "^1.1 || ^2.0", "composer/installers": "^1.12 || ^2.2.0", "segmentio/analytics-php": "~3.6.0"