lexik / LexikTranslationBundle

This Symfony bundle allow to import translation files content into the database and provide a GUI to edit translations.
MIT License
419 stars 255 forks source link

Monolog compatibility issue #426

Closed multifinger closed 1 year ago

multifinger commented 1 year ago

If your project use any library with Monolog2.0 dependency - you can't upgrade, cause Lexik requires Monolog ^3.2 Suggesting to change monolog/monolog require directive to ^2.0|^3.0