tzunghaor / settings-bundle

Symfony bundle for storing settings in database with editor GUI
MIT License
5 stars 1 forks source link

Support Symfony 7 #10

Closed tacman closed 9 months ago

tacman commented 11 months ago

Symfony 7 is in beta.

There are a few deprecations, mostly involving return types.

What do you think of a new release that only supports ^6.3|^7.0 (since the earlier versions of 6 are no longer supported), and bumping the minimum PHP to match Symfony? One advantage to this approach is simplifying the bundle configuration.

I think bumping to Symfony 7 won't be too hard even supporting 5.4. I can make a PR if you'd like.

tzunghaor commented 10 months ago

Hi. First sorry for responding so late.

Yes, I want to drop support for older versions, especially PHP 7 support and annotations (WIP is already in master), I will then update the Symfony support too. But it probably won't happen this year.

tzunghaor commented 9 months ago

Added Symfony support in release 0.15