From 8ce3edfaa9028d552ed6957b2d81d5efb00e3bf1 Mon Sep 17 00:00:00 2001 From: Mark Harding Date: Wed, 14 Jun 2023 08:18:31 +0100 Subject: [PATCH] (chore): bump guzzle to support version 7 Signed-off-by: Mark Harding --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a38ea94..c706730 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "issues": "https://community.oracle.com/mosc/" }, "require": { - "guzzlehttp/guzzle": "^6.5", + "guzzlehttp/guzzle": "^6.5 || ^7", "php": ">=5.6", "cache/adapter-common": "^1.2" },