From 2aafeb61194a2e15d6bab68635cacdd101484566 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Thu, 19 Sep 2024 16:32:23 +0200 Subject: [PATCH] Update installation docs to use Elasticsearch 7.17.* (#706) --- README.md | 2 +- Resources/doc/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e8f474e..a13beb11 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Execute the following [composer](https://getcomposer.org/) commands to add the b project: ```bash -composer require "elasticsearch/elasticsearch:7.9.*" # should match version of your elasticsearch installation +composer require "elasticsearch/elasticsearch:7.17.*" # should match version of your elasticsearch installation composer require sulu/article-bundle ``` diff --git a/Resources/doc/installation.md b/Resources/doc/installation.md index 6452cf36..78b050b1 100644 --- a/Resources/doc/installation.md +++ b/Resources/doc/installation.md @@ -7,7 +7,7 @@ The SuluArticleBundle requires a running elasticsearch `^5.0`, `^6.0` or `^7.0`. ## Install dependencies ```bash -composer require "elasticsearch/elasticsearch:7.9.*" # should match version of your elasticsearch installation +composer require "elasticsearch/elasticsearch:7.17.*" # should match version of your elasticsearch installation composer require sulu/article-bundle ```