-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Allow Symfony 6 #26
Allow Symfony 6 #26
Conversation
Here we are. |
Laravel 9 will be released on February 8, 2022 and will require version 6 of the Symfony components. Looking forward to when this PR is merged. |
Being a product of "enlightn", I was expecting this be one of those packages which was going to be "Laravel-9-ready" from the moment (or rather before) Laravel 9 was launched (made default). Would love to see this happening soon... 🤞 |
Can someone rerun the CI? |
"symfony/console": "^3.4|^4|^5|^6", | ||
"symfony/finder": "^3|^4|^5|^6", | ||
"symfony/process": "^3.4|^4|^5|^6", | ||
"symfony/yaml": "^3.4|^4|^5|^6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"symfony/console": "^3.4|^4|^5|^6", | |
"symfony/finder": "^3|^4|^5|^6", | |
"symfony/process": "^3.4|^4|^5|^6", | |
"symfony/yaml": "^3.4|^4|^5|^6", | |
"symfony/console": ">=3.4", | |
"symfony/finder": ">=3", | |
"symfony/process": ">=3.4", | |
"symfony/yaml": ">=3.4", |
Could we be more optimistic and make things more future proof?
Thanks for the PR. This is now available in v1.10.0. |
Symfony 6 is now released.