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