From 5d8bb5a464a88ed9c54ef12881403c29e099d3ff Mon Sep 17 00:00:00 2001 From: Nirav Patel Date: Thu, 25 Feb 2021 20:37:01 -0500 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d116104..2e90881 100644 --- a/composer.json +++ b/composer.json @@ -11,10 +11,10 @@ "license": "MIT", "authors": [], "require": { - "php": ">=5.3.3", + "php": ">=7.2", "ext-curl": "*", "ext-json": "*", - "guzzlehttp/guzzle": "^6.2", + "guzzlehttp/guzzle": "^6.2|^7.2", "psr/log": "^1.0" }, "autoload": {