From 2eef7a25b2e344ad2db919e45133ceae6b589edd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 00:14:27 +0000 Subject: [PATCH] chore(deps): update symfony/http-foundation requirement Updates the requirements on [symfony/http-foundation](https://github.com/symfony/http-foundation) to permit the latest version. - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/7.2/CHANGELOG.md) - [Commits](https://github.com/symfony/http-foundation/compare/v6.3.0...v7.2.3) --- updated-dependencies: - dependency-name: symfony/http-foundation 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 8288f00..c88ab78 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "symfony/http-foundation": "^6.3", + "symfony/http-foundation": "^7.2", "thecodingmachine/safe": "^2.5" }, "autoload": {