From 09ec93c877d95e77083adeebeaf37efb34a14e9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 14:47:39 +0000 Subject: [PATCH] Update symfony/http-client requirement from ^5.4 to ^7.1 Updates the requirements on [symfony/http-client](https://github.com/symfony/http-client) to permit the latest version. - [Release notes](https://github.com/symfony/http-client/releases) - [Changelog](https://github.com/symfony/http-client/blob/7.1/CHANGELOG.md) - [Commits](https://github.com/symfony/http-client/compare/v5.4.0...v7.1.1) --- updated-dependencies: - dependency-name: symfony/http-client 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 07c6a7e..4f02ffa 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "php": "^7.3 | ^8", - "symfony/http-client": "^5.4" + "symfony/http-client": "^7.1" }, "autoload": { "psr-4": {