From 8684e687565c6bb42cae7ed87a0122edd9fd7c83 Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Sat, 1 Jun 2024 02:47:21 -0600 Subject: [PATCH] Support Guzzle 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0bbeb53..7327cef 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "type": "library", "require": { "php": ">=7.0", - "guzzlehttp/guzzle": "~6.0" + "guzzlehttp/guzzle": "~6.0|~7.0" }, "license": "MIT", "authors": [