-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
UPGRADE to Symfony 4.3 missing helpful documentation #32120
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
Comments
Many thanks, @rbaarsma. That was driving me crazy. |
…ion (xabbuh) This PR was merged into the 4.3 branch. Discussion ---------- [FrameworkBundle] deprecate the framework.templating option | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | yes | Tests pass? | yes | Fixed tickets | #32120 | License | MIT | Doc PR | The config node has already been removed in the `master` branch in #31800. For DX it would have been better to have this deprecation in 4.3 (see e.g. #32120), but it's probably too late to ship this as a bugfix. Commits ------- ba241ce deprecate the framework.templating option
I had lots of deprecation warnings for twig engine being deprecated and other twig-related stuff that I wasn't using in my code. I have a pretty simple Symfony 4.2 (standardly installed with symfony flex) project and had a hard time locating the source of the problem.
Turns out that in the
framework.yaml
file (config/packages
dir), from Symfony 4.2 there's still this part:Removing that solved lots of deprecation issues.
Would be great if this can be added to the
UPGRADE-4.3.md
documentThe text was updated successfully, but these errors were encountered: