From dae85deb65332cabaab949f8410eefc988d32c00 Mon Sep 17 00:00:00 2001 From: Anton Samofal Date: Tue, 12 Apr 2022 12:33:21 +0300 Subject: [PATCH] Stop supporting guzzle http client version <7.0 (security reasons) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dcd2ab5..e870a66 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "library", "require": { "php": ">=7.3", - "guzzlehttp/guzzle": "^6.5 || ^7.4" + "guzzlehttp/guzzle": "~7.0" }, "license": "MIT", "authors": [