From 9f0f842856f47b7a6f00a490752763a64df08252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 01:47:25 +0000 Subject: [PATCH] Update illuminate/console requirement from ^8.0 to ^11.15 Updates the requirements on [illuminate/console](https://github.com/illuminate/console) to permit the latest version. - [Commits](https://github.com/illuminate/console/compare/v8.0.0...v11.15.0) --- updated-dependencies: - dependency-name: illuminate/console 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 9cbe171..385c1ef 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require": { "php": "^7.4 || ^8.0", "guzzlehttp/guzzle": "^6.5 || ^7.0", - "illuminate/console": "^8.0", + "illuminate/console": "^11.15", "illuminate/http": "^8.0", "illuminate/support": "^8.0", "nesbot/carbon": "^2.0",