From 865ff7b5f5b3cd4c6cdafda91031a2056f087e1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 01:32:05 +0000 Subject: [PATCH] fix(deps): update dependency guzzlehttp/guzzle to v1.0.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2433bd59..44354106 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "project", "require": { "php": "*", - "guzzlehttp/guzzle": "*", + "guzzlehttp/guzzle": "1.0.4", "wohali/oauth2-discord-new": "*", "ext-pdo": "*", "monolog/monolog": "*",