-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symfony 6 Support #10
Comments
Seconded. That support implies some upgrades in the require-dev section, as Symfony 6 requires PHP 8 and the PHPunit version that's used here is limited to PHP 7. It may also imply dropping support for Symfony 4.4 or rewriting some of the tests, because some FrameworkBundle config options aren't available anymore starting from Symfony 5.3 (at least framework.session.storage_id has been replaced by .storage_factory_id). |
I did a quick look and started a PR. There is more to change. Drop support for php 7 and symfony 4 will make a lot of things easier. I can say more after a closer look. |
Fixed in #14 |
I'd love to see support for Symfony 6 in this library :)
The text was updated successfully, but these errors were encountered: