From 9925e5ea1d88f4cfc577520557bb64e5a8c98967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 04:48:17 +0000 Subject: [PATCH] Update symfony/routing requirement from ^6.0 to ^7.1 Updates the requirements on [symfony/routing](https://github.com/symfony/routing) to permit the latest version. - [Release notes](https://github.com/symfony/routing/releases) - [Changelog](https://github.com/symfony/routing/blob/7.1/CHANGELOG.md) - [Commits](https://github.com/symfony/routing/compare/v6.0.0...v7.1.3) --- updated-dependencies: - dependency-name: symfony/routing 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 a3f810a..a5d8395 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "symfony/framework-bundle": "^6.0", "symfony/http-foundation": "^6.0", "symfony/http-kernel": "^6.0", - "symfony/routing": "^6.0" + "symfony/routing": "^7.1" }, "require-dev": { "jackalope/jackalope": "^1.4",