From bf370c9ab56a16e917bbbe47a02b9b15bb77a7f5 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 20 Mar 2020 08:20:31 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3e8ff1..4d1fe9a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The easiest way to run Elastisearch is with the docker image. Download Version 5 `docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" -e "xpack.security.enabled=false" docker.elastic.co/elasticsearch/elasticsearch:5.5.0` ### Composer -If you run PHP > 7.2, then you have to run composer with +If you run PHP > 7.2.0, then you have to run composer with `composer install --ignore-platform-reqs`