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].