From 278ce0dcd628a411caade584c39cabffc8ebb55b Mon Sep 17 00:00:00 2001 From: Fran Moreno Date: Fri, 20 May 2022 17:45:01 +0200 Subject: [PATCH 1/2] Stop suggesting egeloen/http-adapter The project is abandoned --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index a09afdc2a3..08c7895e6c 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,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" }, From 98033f4fddaca73961b5781038b96e12dac638b1 Mon Sep 17 00:00:00 2001 From: Fran Moreno Date: Fri, 20 May 2022 19:31:08 +0200 Subject: [PATCH 2/2] Add conflict with guzzle versions --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 08c7895e6c..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",