From de980640a11fef88da9a16027a8c6415ab7d3ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 12:20:42 +0000 Subject: [PATCH] fix(deps): Update symfony/http-client requirement from ^7.0 to ^7.3 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.3/CHANGELOG.md) - [Commits](https://github.com/symfony/http-client/compare/v7.0.0...v7.3.2) --- updated-dependencies: - dependency-name: symfony/http-client dependency-version: 7.3.2 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 eec6a2e..eabe0d7 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "sentry/sentry": "^4.6.1", "symfony/config": "^7.2", "symfony/dependency-injection": "^7.2", - "symfony/http-client": "^7.2", + "symfony/http-client": "^7.3", "symfony/http-kernel": "^7.2", "symfony/yaml": "^7.2" },