From 87195aaa9e86af49e4b8deb0be7c29620c97459a Mon Sep 17 00:00:00 2001 From: Greg Ziborov Date: Fri, 10 Sep 2021 14:24:02 +0930 Subject: [PATCH] Fixed the version of guzzlehttp package as it's not compatible with version in other oro packages --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 635a835..4550d97 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php": "~7.4.14 || ~8.0.0", "oro/commerce": "^4.2", "geoip2/geoip2": "~2.0", - "guzzlehttp/guzzle": "^7.3" + "guzzlehttp/guzzle": "^7.2" }, "autoload": { "psr-4": { "Aligent\\GeoDetectionBundle\\": "./src/" }