From 991385f5f86d0eed96e2b253a7c6c8e195b115c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 14:31:18 +0000 Subject: [PATCH] Update illuminate/routing requirement from ^12.49 to ^12.50 Updates the requirements on [illuminate/routing](https://github.com/illuminate/routing) to permit the latest version. - [Commits](https://github.com/illuminate/routing/compare/v12.49.0...v12.50.0) --- updated-dependencies: - dependency-name: illuminate/routing dependency-version: 12.50.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 1432c34..351f468 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "pollora/helper-overrider": "dev-main", "illuminate/support": "^12.50", "illuminate/database": "^12.51", - "illuminate/routing": "^12.49", + "illuminate/routing": "^12.51", "illuminate/console": "^12.50", "pollora/entity": "dev-main", "watson/rememberable": "^7.0",