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

Fix Symfony 7.1+ compatibility #456

Closed Seb33300 closed 1 month ago

Seb33300 commented 1 month ago

This PR fixes compatibility with Symfony 7.1 Currently, this bundle can only be installed on Symfony 7.0

I also added the "sort-packages": true config option to sort composer packages. (This config option is commonly used by most projects)

Seb33300 commented 1 month ago

Hi @bartmcleod, Can you please help to review that PR? This is a blocker to upgrade projects to Symfony 7.1 Thanks!

Seb33300 commented 1 month ago

Thanks, I was able to update my project by targeting dev-master. Can you please create a new release tag?

bartmcleod commented 1 month ago

@Seb33300 Thanks for your contribution and dedication. I published a 7.1 release