tzunghaor / settings-bundle

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

Allow Symfony 6, require php 7.4+ #4

Closed tacman closed 2 years ago

tacman commented 2 years ago

This PR is a first step toward Symfony 6.

But running PHP8, tests don't pass. phpstan at level 0 shows some errors that aren't related to the PR or bump to Symfony 6, but worth noting anyway.

tacman commented 2 years ago

Oops, my latest fix has an issue with the path, working on it now.