From 2900cc707b054f9dfe34927a02759381898c664c Mon Sep 17 00:00:00 2001 From: Jared Howland Date: Wed, 24 May 2023 09:01:02 -0600 Subject: [PATCH] Update composer.json Fixes #6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f04e867..42c23ab 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.0", + "php": ">=7.0", "guzzlehttp/guzzle": "^6.0" } }