We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm preparing the work to migrate some projects using this bundle to Symfony 6 & PHP 8.
Here are my notes to enable compatibility.
php
^8.0
symfony/config
^6.0
symfony/dependency-injection
symfony/event-dispatcher
dispatch
symfony/http-foundation
symfony/http-kernel
symfony/options-resolver
doctrine/annotations
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm preparing the work to migrate some projects using this bundle to Symfony 6 & PHP 8.
Here are my notes to enable compatibility.
php
^8.0
.symfony/config
^6.0
.symfony/dependency-injection
^6.0
. Usage is not huge, but I don't know if there's deprecated code usage.symfony/event-dispatcher
^6.0
. It should probably be fine because I didn't find any call todispatch
symfony/http-foundation
^6.0
.symfony/http-kernel
^6.0
.symfony/options-resolver
^6.0
.doctrine/annotations
dependencyThe text was updated successfully, but these errors were encountered: