From bae0de4cccd04fb1126bd1d1478fef38ca3fe9cc Mon Sep 17 00:00:00 2001 From: Hasnat Hoque Date: Thu, 7 Dec 2023 12:52:40 +0000 Subject: [PATCH] fix(v4): allow both guzzlehttp/guzzle ^6.0 and ^7.0 for backwards compatibility --- .gitignore | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 660fc15..cc31cac 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ composer.lock /phpunit.xml .phpunit.result.cache +.idea diff --git a/composer.json b/composer.json index 786479f..50efe23 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "illuminate/support": "^6.0", "illuminate/view": "^6.0", "league/iso3166": "^2.1", - "guzzlehttp/guzzle": "^7.0", + "guzzlehttp/guzzle": "^6.0|^7.0", "mpociot/vat-calculator": "^2.4" }, "require-dev": {