Seldaek/monolog

ruflin/elastica requirement should support version 8

ihebattia opened this issue · 0 comments

Monolog version 3

The Elasticsearch requirement is compatible with both versions 7 and 8. However, using ruflin/elastica version 7 restricts the setup to only support Elasticsearch version 7.

Proposed solution:

"ruflin/elastica": "^7 || ^8",