From f886826743119a8ff24ad72df59e62a8eda4331e Mon Sep 17 00:00:00 2001 From: tacman Date: Sun, 15 Mar 2020 10:02:51 -0400 Subject: [PATCH] Instructions to downgrade monolog --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 60ae18e5..1824ed6d 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,13 @@ Elasticsearch bundle is installed using [Composer][13]. php composer.phar require ongr/elasticsearch-bundle "~6.0" ``` +If you get an error with monolog 2, downgrade to monolog 1: + +```bash +php composer.phar require "monolog/monolog:^1.22" +``` + + > Instructions for installing and deploying Elasticsearch can be found in [Elasticsearch installation page][14].