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

PHP8 support #390

Closed mleko64 closed 3 years ago

mleko64 commented 3 years ago

Hello, Do you plan to support for PHP8?

bartmcleod commented 3 years ago

Yes, but I looked into it about two months ago and some depencies will not install, because they have a hard php .7x requirement. Until those are updated, we are stuck.

mleko64 commented 3 years ago

Which one? I looked into composer.json and check all dependencies on packegist.org and all supports PHP8.

bartmcleod commented 3 years ago

It is great that you have done this research again. Packages may have been updated since I last checked. I will look into it.

mleko64 commented 3 years ago

Great :)

HecFranco commented 3 years ago

Hello, Does the bundle already support PHP8?

bartmcleod commented 3 years ago

Still on the todo list.