From 347ef5cd5a8dfe04149db2dbe4844c44c5c4652b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 14:25:30 +0000 Subject: [PATCH] Update illuminate/console requirement from ^12.51 to ^12.52 Updates the requirements on [illuminate/console](https://github.com/illuminate/console) to permit the latest version. - [Commits](https://github.com/illuminate/console/compare/v12.51.0...v12.52.0) --- updated-dependencies: - dependency-name: illuminate/console dependency-version: 12.52.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 eddd7f4..bfec553 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "illuminate/support": "^12.51", "illuminate/database": "^12.51", "illuminate/routing": "^12.51", - "illuminate/console": "^12.51", + "illuminate/console": "^12.52", "pollora/entity": "dev-main", "watson/rememberable": "^7.0", "cweagans/composer-patches": "^1.7",