From b9bafc4f7b37c6e6f9b5628c4cf0eed1490606df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:50:38 +0000 Subject: [PATCH] Update illuminate/console requirement from ^13.0 to ^13.5 Updates the requirements on [illuminate/console](https://github.com/illuminate/console) to permit the latest version. - [Commits](https://github.com/illuminate/console/compare/v13.0.0...v13.5.0) --- updated-dependencies: - dependency-name: illuminate/console dependency-version: 13.5.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 760c9dc2..5ba85d7e 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "illuminate/support": "^13.0", "illuminate/database": "^13.0", "illuminate/routing": "^13.0", - "illuminate/console": "^13.0", + "illuminate/console": "^13.5", "pollora/entity": "dev-main", "watson/rememberable": "^7.1", "cweagans/composer-patches": "^1.7",