From 507f2a4a63001be2246640af8f3cb288d4392740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 10:04:58 +0000 Subject: [PATCH] chore(deps): update illuminate/http requirement Updates the requirements on [illuminate/http](https://github.com/illuminate/http) to permit the latest version. - [Commits](https://github.com/illuminate/http/commits/v13.1.1) --- updated-dependencies: - dependency-name: illuminate/http dependency-version: 13.1.1 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 9600700..1a8adaa 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "php": "^8.3|^8.4|^8.5", "guzzlehttp/guzzle": "^7.0", - "illuminate/http": "^11.0|^12.0" + "illuminate/http": "^13.1.1" }, "require-dev": { "pestphp/pest": "^v4",