From 2f23cc7288301b436447128f95ef3e58ab0f1ee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 02:32:58 +0000 Subject: [PATCH] Bump aws/aws-sdk-php from 3.283.10 to 3.283.11 Bumps [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php) from 3.283.10 to 3.283.11. - [Release notes](https://github.com/aws/aws-sdk-php/releases) - [Commits](https://github.com/aws/aws-sdk-php/compare/3.283.10...3.283.11) --- updated-dependencies: - dependency-name: aws/aws-sdk-php dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index d33ad67..8e54b2f 100644 --- a/composer.lock +++ b/composer.lock @@ -62,20 +62,20 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.283.10", + "version": "3.283.11", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "ae611a2d1d32bb2d14c1653e3d2c309cfed42883" + "reference": "348b68edcc83062c329cf7540c4c92d061d27d9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/ae611a2d1d32bb2d14c1653e3d2c309cfed42883", - "reference": "ae611a2d1d32bb2d14c1653e3d2c309cfed42883", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/348b68edcc83062c329cf7540c4c92d061d27d9c", + "reference": "348b68edcc83062c329cf7540c4c92d061d27d9c", "shasum": "" }, "require": { - "aws/aws-crt-php": "^1.0.4", + "aws/aws-crt-php": "^1.2.3", "ext-json": "*", "ext-pcre": "*", "ext-simplexml": "*", @@ -151,9 +151,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.283.10" + "source": "https://github.com/aws/aws-sdk-php/tree/3.283.11" }, - "time": "2023-10-23T18:08:46+00:00" + "time": "2023-10-24T18:10:38+00:00" }, { "name": "guzzlehttp/guzzle",