diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d66bd521b..60b7147e6a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Updated `symfony/phpunit-bridge` to `6.0` by @franmomu [#2067](https://github.com/ruflin/Elastica/pull/2067) ### Deprecated ### Removed +* Removed `egeloen/http-adapter` as suggested package since the project is abandoned by @franmomu [#2069](https://github.com/ruflin/Elastica/pull/2069) * Removed `0` as valid request data using Analyze API by @franmomu [#2068](https://github.com/ruflin/Elastica/pull/2068) ### Fixed ### Security diff --git a/composer.json b/composer.json index 0eb2689e4b..bc80abf9a6 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,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" },