-
Notifications
You must be signed in to change notification settings - Fork 203
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
EZP-31220: Migrated codebase to Symfony 5 #2992
Conversation
Why will you not support Symfony 4.4 LTS? I realize Symfony 5 is the latest and greatest, but this means that eZ will not have a LTS release of Symfony for another two years which is not ideal. |
We will have LTS sooner. That is why. More info will follow. |
I'm talking about Symfony LTS, not eZ. Symfony LTS will be only 5.4 which is due in November 2021. |
Otoh Sf 4.4 will be supported until 3rd Q 2023... |
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.
Mostly CS. What I'm worried about are code examples that were erroneously automatically aligned. Even if you go back to the previous version of fixer (was like that on purpose), it will probably stay like that, unless addressed.
But what's important is that we don't forget to drop dev branches from composer
eZ/Publish/Core/Search/Legacy/Content/Common/Gateway/SortClauseHandler/AbstractRandom.php
Outdated
Show resolved
Hide resolved
1059d04
to
0e4a7d4
Compare
b7f1863
to
0f0f4ae
Compare
Reason: In behat, test, and dev environments cache is invalidated on the fly. Clearing it in those cases produces additional unnecessary overhead and consumes Behat process memory.
…ed shell command (#2994)
eZ/Bundle/EzPublishIOBundle/DependencyInjection/Configuration.php
Outdated
Show resolved
Hide resolved
Co-Authored-By: Adam Wójs <adam.wojs@ez.no>
master
Doc:
twig/extensions
upgrade doc for IntlExtension)TODO:
$ composer fix-cs
).