From 6746f762e794880c8b6caf9ed723a07c65c154a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 11:58:33 +0000 Subject: [PATCH] Bump aws/aws-sdk-php from 3.305.7 to 3.308.7 Bumps [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php) from 3.305.7 to 3.308.7. - [Release notes](https://github.com/aws/aws-sdk-php/releases) - [Commits](https://github.com/aws/aws-sdk-php/compare/3.305.7...3.308.7) --- updated-dependencies: - dependency-name: aws/aws-sdk-php dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.lock b/composer.lock index 53261db18..2aa843354 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": "5ba7b5f2d3f3b3fc85af7e2129d7345d", + "content-hash": "6605d94da1e30baaf6b8977d44c093a3", "packages": [ { "name": "psr/container", @@ -1049,16 +1049,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.305.7", + "version": "3.308.7", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "f4108b0222fdc0f0d96c5dbc8055b957d06f1cae" + "reference": "97074bd8cdd9fe498570821cefa4868fa3353cf3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/f4108b0222fdc0f0d96c5dbc8055b957d06f1cae", - "reference": "f4108b0222fdc0f0d96c5dbc8055b957d06f1cae", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/97074bd8cdd9fe498570821cefa4868fa3353cf3", + "reference": "97074bd8cdd9fe498570821cefa4868fa3353cf3", "shasum": "" }, "require": { @@ -1138,9 +1138,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.305.7" + "source": "https://github.com/aws/aws-sdk-php/tree/3.308.7" }, - "time": "2024-05-01T18:05:51+00:00" + "time": "2024-05-31T18:17:12+00:00" }, { "name": "composer/pcre", @@ -4383,20 +4383,20 @@ }, { "name": "psr/http-factory", - "version": "1.0.2", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", - "reference": "e616d01114759c4c489f93b099585439f795fe35" + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", - "reference": "e616d01114759c4c489f93b099585439f795fe35", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", "shasum": "" }, "require": { - "php": ">=7.0.0", + "php": ">=7.1", "psr/http-message": "^1.0 || ^2.0" }, "type": "library", @@ -4420,7 +4420,7 @@ "homepage": "https://www.php-fig.org/" } ], - "description": "Common interfaces for PSR-7 HTTP message factories", + "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", @@ -4432,9 +4432,9 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-factory/tree/1.0.2" + "source": "https://github.com/php-fig/http-factory" }, - "time": "2023-04-10T20:10:41+00:00" + "time": "2024-04-15T12:06:14+00:00" }, { "name": "psr/http-message",