From d351dde04c6a6cdef867b534d625566c1f01b43f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 13:40:58 +0000 Subject: [PATCH] Update illuminate/routing requirement from ^12.53 to ^12.54 Updates the requirements on [illuminate/routing](https://github.com/illuminate/routing) to permit the latest version. - [Commits](https://github.com/illuminate/routing/compare/v12.53.0...v12.54.1) --- updated-dependencies: - dependency-name: illuminate/routing dependency-version: 12.54.1 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 ab87c27..424fed5 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "pollora/helper-overrider": "dev-main", "illuminate/support": "^12.53", "illuminate/database": "^12.53", - "illuminate/routing": "^12.53", + "illuminate/routing": "^12.54", "illuminate/console": "^12.53", "pollora/entity": "dev-main", "watson/rememberable": "^7.0",