From 121deeda63097a9c5598b694ee9f475221891bbd Mon Sep 17 00:00:00 2001 From: Martin Sznaper Date: Wed, 21 Apr 2021 23:34:56 +0200 Subject: [PATCH] Update composer.json Guzzle 7.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2ffc646..fc7181d 100644 --- a/composer.json +++ b/composer.json @@ -36,8 +36,8 @@ "license": "Apache-2.0", "type": "library", "require": { - "php": ">=5.5.9", - "guzzlehttp/guzzle": "~6" + "php": ">=7.2.5", + "guzzlehttp/guzzle": "~7" }, "require-dev": { "phpunit/phpunit": "5.7"