Seldaek / monolog

Sends your logs to files, sockets, inboxes, databases and various web services
https://seldaek.github.io/monolog/
MIT License
21.04k stars 1.9k forks source link

ruflin/elastica requirement should support version 8 #1917

Closed ihebattia closed 2 weeks ago

ihebattia commented 1 month ago

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",