diff --git a/composer.json b/composer.json index a09afdc2a3..5eecfbbc53 100644 --- a/composer.json +++ b/composer.json @@ -23,6 +23,9 @@ "symfony/deprecation-contracts": "^2.2 || ^3.0", "symfony/polyfill-php73": "^1.19" }, + "conflict": { + "guzzlehttp/guzzle": "<6.3 || >=7.0,<7.2" + }, "require-dev": { "aws/aws-sdk-php": "^3.155", "guzzlehttp/guzzle": "^6.3 || ^7.2", @@ -31,7 +34,6 @@ }, "suggest": { "aws/aws-sdk-php": "Allow using IAM authentication with Amazon ElasticSearch Service", - "egeloen/http-adapter": "Allow using httpadapter as transport", "guzzlehttp/guzzle": "Allow using guzzle as transport", "monolog/monolog": "Logging request" },