Skip to content

Commit a45e596

Browse files
authored
fix: update elasticsearch support version (#1732)
1 parent 5dcf32b commit a45e596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ application search, security analytics, metrics, logging, etc.
88
API Platform comes natively with the **reading** support for Elasticsearch. It uses internally the official PHP client
99
for Elasticsearch: [Elasticsearch-PHP](https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html).
1010

11-
Be careful, API Platform only supports Elasticsearch >= 6.5.0.
11+
Be careful, API Platform only supports Elasticsearch >= 7.11.0 < 8.0.
1212

1313
## Enabling Reading Support
1414

1515
To enable the reading support for Elasticsearch, simply require the Elasticsearch-PHP package using Composer:
1616

1717
```console
18-
composer require elasticsearch/elasticsearch:^6.0
18+
composer require elasticsearch/elasticsearch:^7.11
1919
```
2020

2121
Then, enable it inside the API Platform configuration:

0 commit comments

Comments
 (0)