From 24007122d8c63a2d19f25e15e099971b44175cd3 Mon Sep 17 00:00:00 2001 From: Oh Martin Date: Fri, 5 Sep 2025 09:49:19 +0200 Subject: [PATCH] require guzzlehttp --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4a2a371..1091ef4 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,8 @@ ], "minimum-stability": "stable", "require": { - "ext-json": "*" + "ext-json": "*", + "guzzlehttp/guzzle": "^7.8" }, "config": { "allow-plugins": {