-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Update Symfony from 4.4.* to 5.4.* #39630
Comments
Symfony 4.4 is at the end of regular support. There is another 12 months of security-fixes-only. https://symfony.com/blog/symfony-4-4-49-released PR #40517 bumps to the last regular release of the Symfony 4.4 release branch. |
Note: I think that the code is all done. The pending tasks are all the app releases and core 10.13.0 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
https://symfony.com/releases/5.4
Symfony LTS major version 5.4 was release in Nov 2021. It supports PHP 7.2.5 and up - https://symfony.com/doc/5.4/setup.html#technical-requirements - that matches easily with oC10 master which currently supports PHP
7.3 and7.4.The major version has 3 years bugfix support to Nov 2024 and another 1 year security support to Nov 2025.
Note: there are also apps that mention Symfony in their
composer.json
, so those should also be updated in sync.Symfony 4.4 has bugfix support to Nov 2022 and security support to Nov 2023. So there is not a rush to do this issue.
https://symfony.com/releases/4.4
The text was updated successfully, but these errors were encountered: