From ebc4fb6278956eb58a04f1488383595470474699 Mon Sep 17 00:00:00 2001 From: Fran Moreno Date: Fri, 20 May 2022 19:31:08 +0200 Subject: [PATCH] Add conflict with guzzle versions --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 08c7895e6c..a33d608ee1 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,9 @@ "phpunit/phpunit": "^8.5.8 || ^9.4", "symfony/phpunit-bridge": "^5.1.1" }, + "conflict": { + "guzzlehttp/guzzle": "<6.3 || >=7.0,<7.2" + }, "suggest": { "aws/aws-sdk-php": "Allow using IAM authentication with Amazon ElasticSearch Service", "guzzlehttp/guzzle": "Allow using guzzle as transport",