From a549ad411b170ac9503438adf7708e55bf29a5f0 Mon Sep 17 00:00:00 2001 From: Thomas Dartsch Date: Mon, 10 Mar 2025 20:55:45 +0100 Subject: [PATCH] [Fixed] add missing guzzle lib --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eafdbe4..5cf8f6f 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,8 @@ "horstoeko/zugferd": "^1.0", "vlucas/phpdotenv": "^5.6", "horstoeko/zugferdvisualizer": "^1.0", - "ajgl/composer-symlinker": "^0.2.5" + "ajgl/composer-symlinker": "^0.2.5", + "guzzlehttp/guzzle": "^7" }, "repositories": [ ],