php-translation / symfony-bundle

Symfony integration for Translations
MIT License
327 stars 94 forks source link

Add support for symfony 7.0 #501

Closed allan-simon closed 2 months ago

allan-simon commented 11 months ago

tell me if there's a way to help you on that :)

bocharsky-bw commented 10 months ago

I think the first step would be to allow ... || ^7.0 in composer.json for all Symfony related packages and then fix broken tests.

Do you want to create a PR for this?

webspin commented 5 months ago

Hello,

What is the status of this issue?

Kind regards

antiftw commented 4 months ago

There's an open PR already.

However it's stuck on this.

I've started assisting on the one remaining dependency that's still open. We're closing in on a solution.

Keep an eye on those for updates.

OliviergSingulart commented 3 months ago

I see that the MR on the extractor is now merge, how can we help move it along for an official release here too?

This bundle is my last dependency preventing me from upgrading to 7.1 (along with php-translation/loco-adapter but there's an MR on that one I could use)

bocharsky-bw commented 3 months ago

We had a PR for Sf 7 support here: #502 - but recently author closed it, I suppose because stuck at fixing related tests.

If you could give it a try to create a new PR with the necessary changes - I would be happy to help reviewing and merging it. Basically, we need to allow Sf 7 in composer.json and fix related tests if any failed

bocharsky-bw commented 2 months ago

Closed with #509