From 62967011dc171a60847ee782d90492ef94bf296f Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 16 Feb 2021 15:47:22 +0100 Subject: [PATCH] Require guzzlehttp/guzzle and guzzlehttp/psr7 --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 34163b4..7d25561 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,9 @@ "react/promise-stream": "^1", "react/promise-timer": "^1.5", "react/socket": "^1", - "react/stream": "^1.1" + "react/stream": "^1.1", + "guzzlehttp/psr7": "^1.7", + "guzzlehttp/guzzle": "^6.5.5" }, "require-dev": { }