From 5975ab51702a0bab412e2a94e9b1790e1e122cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 03:56:29 +0000 Subject: [PATCH] Bump symfony/http-client from 6.2.10 to 6.2.11 Bumps [symfony/http-client](https://github.com/symfony/http-client) from 6.2.10 to 6.2.11. - [Release notes](https://github.com/symfony/http-client/releases) - [Changelog](https://github.com/symfony/http-client/blob/6.3/CHANGELOG.md) - [Commits](https://github.com/symfony/http-client/compare/v6.2.10...v6.2.11) --- updated-dependencies: - dependency-name: symfony/http-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 6de3e57beb..79da5030e8 100644 --- a/composer.lock +++ b/composer.lock @@ -6393,16 +6393,16 @@ }, { "name": "symfony/http-client", - "version": "v6.2.10", + "version": "v6.2.11", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "3f5545a91c8e79dedd1a06c4b04e1682c80c42f9" + "reference": "39f679c12648cc43bd9f0db12cc69b82041b91a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/3f5545a91c8e79dedd1a06c4b04e1682c80c42f9", - "reference": "3f5545a91c8e79dedd1a06c4b04e1682c80c42f9", + "url": "https://api.github.com/repos/symfony/http-client/zipball/39f679c12648cc43bd9f0db12cc69b82041b91a1", + "reference": "39f679c12648cc43bd9f0db12cc69b82041b91a1", "shasum": "" }, "require": { @@ -6426,6 +6426,7 @@ "guzzlehttp/promises": "^1.4", "nyholm/psr7": "^1.0", "php-http/httplug": "^1.0|^2.0", + "php-http/message-factory": "^1.0", "psr/http-client": "^1.0", "symfony/dependency-injection": "^5.4|^6.0", "symfony/http-kernel": "^5.4|^6.0", @@ -6461,7 +6462,7 @@ "http" ], "support": { - "source": "https://github.com/symfony/http-client/tree/v6.2.10" + "source": "https://github.com/symfony/http-client/tree/v6.2.11" }, "funding": [ { @@ -6477,7 +6478,7 @@ "type": "tidelift" } ], - "time": "2023-04-20T13:12:48+00:00" + "time": "2023-05-12T08:48:34+00:00" }, { "name": "symfony/http-client-contracts",