From bc1d8446c2efe86da11102bd19e13917c3bd1367 Mon Sep 17 00:00:00 2001 From: Jay Williams Date: Mon, 26 Feb 2024 08:57:18 -0600 Subject: [PATCH] Update Guzzle to 7.x --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5270fc7..6219958 100644 --- a/composer.json +++ b/composer.json @@ -25,9 +25,9 @@ } }, "require": { - "guzzlehttp/guzzle": "~6.0" + "guzzlehttp/guzzle": "~7.0" }, "replace":{ "michaelb/ship-station": "*" } -} \ No newline at end of file +}