From a5c7ae732d655148818142c21992a1ddc5ba49a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Nov 2021 14:15:52 +0000 Subject: [PATCH] Update symfony/http-client requirement from ^5.0 to ^5.4 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/5.4/CHANGELOG.md) - [Commits](https://github.com/symfony/http-client/compare/v5.0.0...v5.4.0) --- 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 3ea3e80..07c6a7e 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "php": "^7.3 | ^8", - "symfony/http-client": "^5.0" + "symfony/http-client": "^5.4" }, "autoload": { "psr-4": {