From 7b6e247625fd8398c94ec80338d51978f619237b Mon Sep 17 00:00:00 2001 From: Ivan Babenko Date: Wed, 15 Jun 2022 09:32:20 +0200 Subject: [PATCH] Drop ES 7 support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3058cf2..0e5bc7f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The official PHP Elasticsearch client integrated with Laravel. The current version of Elastic Client has been tested with the following configuration: * PHP 7.4-8.x -* Elasticsearch 7.x-8.x +* Elasticsearch 8.x ## Installation