From 989b6a449ffc4cdf91a099b7fa85877b8fa0792a Mon Sep 17 00:00:00 2001 From: Sven Wappler Date: Sat, 17 Apr 2021 20:33:07 +0200 Subject: [PATCH] first commit --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 0ffc3f5..0ba9e7d 100644 --- a/composer.json +++ b/composer.json @@ -23,6 +23,8 @@ }, "require": { "meilisearch/meilisearch-php": "^v0.17.1", + "guzzlehttp/guzzle":"^7.3.0", + "http-interop/http-factory-guzzle":"^1.0", "php": ">=7.2.0", "ext-json": "*", "typo3/cms-core": "^10.4.10",