From 19b10c71add8ad0e3ede37102c6261ba7e63882c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 01:47:18 +0000 Subject: [PATCH] Update illuminate/support requirement from ^8.0 to ^11.15 Updates the requirements on [illuminate/support](https://github.com/illuminate/support) to permit the latest version. - [Commits](https://github.com/illuminate/support/compare/v8.0.0...v11.15.0) --- updated-dependencies: - dependency-name: illuminate/support 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..804d3bf 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "guzzlehttp/guzzle": "^6.5 || ^7.0", "illuminate/console": "^8.0", "illuminate/http": "^8.0", - "illuminate/support": "^8.0", + "illuminate/support": "^11.15", "nesbot/carbon": "^2.0", "spatie/laravel-dashboard": "^2.0" },