From 8f552e08e72fa570365ea240c9d20104baece7a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 16:47:50 +0000 Subject: [PATCH] Update illuminate/routing requirement from ^12.44 to ^12.46 Updates the requirements on [illuminate/routing](https://github.com/illuminate/routing) to permit the latest version. - [Commits](https://github.com/illuminate/routing/compare/v12.44.0...v12.46.0) --- updated-dependencies: - dependency-name: illuminate/routing dependency-version: 12.46.0 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 f7b6afa..af79e98 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "pollora/helper-overrider": "dev-main", "illuminate/support": "^12.46", "illuminate/database": "^12.46", - "illuminate/routing": "^12.44", + "illuminate/routing": "^12.46", "illuminate/console": "^12.46", "pollora/entity": "dev-main", "watson/rememberable": "^7.0",