From: Philipp Date: Fri, 20 Aug 2021 17:48:13 +0000 (+0200) Subject: Add guzzlehttp/guzzle as composer requirement X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3e5ac1ad5da5bdbfaa1f048cd8c48cf19f8f2c60;p=friendica.git Add guzzlehttp/guzzle as composer requirement --- diff --git a/composer.json b/composer.json index 66ac9361d1..2dd5dec7b9 100644 --- a/composer.json +++ b/composer.json @@ -31,6 +31,7 @@ "divineomega/password_exposed": "^2.8", "ezyang/htmlpurifier": "^4.7", "friendica/json-ld": "^1.0", + "guzzlehttp/guzzle": "^6.5", "league/html-to-markdown": "^4.8", "level-2/dice": "^4", "lightopenid/lightopenid": "dev-master", diff --git a/composer.lock b/composer.lock index facde6d0bd..5e8f1a20aa 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6dda88f5629c38f3d07b31e13ded57aa", + "content-hash": "7d6dee6e449da931e8fe209e61b2e78e", "packages": [ { "name": "asika/simple-console",