-
Notifications
You must be signed in to change notification settings - Fork 110
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 project to Symfony 6.4, with Symfony Flex #201
base: main
Are you sure you want to change the base?
Upgrade project to Symfony 6.4, with Symfony Flex #201
Conversation
Thanks a lot! I will review and let you know if something is missing. |
I tested it on my local machine, with both sample data from the project and real composer package, e.g. symfony/console. Everything seems to work correctly. I had problems testing it on Docker but maybe my setup is not right. |
Seems there is one issue with satis template and recent twig version
I could not successfully build cache using web console, while CLI tool did the job. |
Since configuration files are changed, existing setups won't be able upgrade without additional efforts. This PR is introducing breaking changes, which means we can release it as next major version and we need upgrade notes 🤔 |
Parameters and .env are untouched by this PR but any other custom configuration will impact people for sure. |
This is a problem with the satis template, so I opened a PR on this project : composer/satis#947 |
seems fix is already landed and this PR can be updated |
Hello and thank you for your project.
At my work, we installed it and we are using it very intensively. We had no problems so far but I wanted to update it.
Here I am with this very long update to Symfony 6.4. There is a couple of important things to note :
Feel free to ask any questions regarding this PR 😃