-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Upgrade to Symfony 5.4 #1268
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
Upgrade to Symfony 5.4 #1268
Conversation
you should regenerate the phpstan baseline as you upgraded it to 1.0 and messages have changed. |
@stof thanks for your nice and detailed review! I've done all the requested changes. I'm only missing the "regenerate the phpstan baseline". I don't use PhpStan so could anyone please tell me the exact command to run for this case? Thanks a lot! |
@javiereguiluz |
After properly upgrading dependencies, I'm seeing these indirect deprecations:
|
You can upgrade to v5.4-RC1, all deprecation notices have been solved. |
We're running deprecation-free. I had to set |
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.
phpstan --generate-baseline
and we're good to go, I guess. 🎉
No description provided.