From 38149072f2fde4c6b1e1a99b294113a7da770375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 04:31:35 +0000 Subject: [PATCH] Update aws/aws-sdk-php requirement from ~3.283.2 to ~3.283.3 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.283.2...3.283.3) --- 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 501c67e..aa0b0aa 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=7.1", - "aws/aws-sdk-php": "~3.283.2", + "aws/aws-sdk-php": "~3.283.3", "composer-plugin-api": "^1.1 || ^2.0", "composer/installers": "^1.12 || ^2.2.0", "segmentio/analytics-php": "~3.7.0"