-
Notifications
You must be signed in to change notification settings - Fork 9
Add support for Symfony 8 #84
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
base: 1.x
Are you sure you want to change the base?
Conversation
Jean85
left a comment
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.
Thank you for this!
|
I pushed two new commits:
|
|
Hum, looks like using the PHP-CS-Fixer shim is not the best option, I will revert it, and we will wait for PHP-CS-Fixer/PHP-CS-Fixer#9172 to be merged/released. |
This reverts commit f951baf.
|
Yes exactly, the shim is not a viable path because this package directly depends on PHP-CS-Fixer. |
This PR increase version constraints on
symfony/*packages to allow Symfony 8, which will be released this month.Related to facile-it/paraunit#344