From 5a70f8bc1d9bceff8be12840bd68b19857ed8fb0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 27 Jul 2026 08:06:16 +0200 Subject: [PATCH] fix(deps): update dependency guzzlehttp/guzzle to v8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9153269..9e8d8b8 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "illuminate/contracts": "^12.0||^13.0", "illuminate/support": "^12.0||^13.0", "illuminate/http": "^12.0||^13.0", - "guzzlehttp/guzzle": "^7.0" + "guzzlehttp/guzzle": "^8.0" }, "require-dev": { "laravel/pint": "^1.14",