lexik / LexikTranslationBundle

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

Move symfony/symfony requirement to require-dev #379

Closed bartmcleod closed 3 years ago

bartmcleod commented 3 years ago

Resolved issue with installation. Requirement of symfony/symfony should be in dev, because a Symfony 4.4 application cannot install symfony/symfony. This conflicts because it is Symfony.

I confirmed in a fresh Symfony 4.4 app that the installation with composer now works, but the readme can be updated or maybe recipies can be improved to allow proper autoconfiguring. Now the initial installation fails, because configuration needs to be in place in order for cache:clear to work.