You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stage 2 goes after Stage 1, all changes must be pushed to master branch of each repository, because this is BC breaks.
There are 15 bundles, where were changes during Stage 1 and where Sonata\BlockBundle\Templating\TwigEngine is used now instead of Symfony\Bundle\TwigBundle\TwigEngine:
BlockBundle must be updated in accordance with the plan or close to it.
For other bundles we should search for EngineInterface in src directory, change type hint to Twig\Environment and update tests. Also we should search for templating service in docs directory and change it to twig.
The text was updated successfully, but these errors were encountered:
Stage 2 goes after Stage 1, all changes must be pushed to master branch of each repository, because this is BC breaks.
There are 15 bundles, where were changes during Stage 1 and where
Sonata\BlockBundle\Templating\TwigEngine
is used now instead ofSymfony\Bundle\TwigBundle\TwigEngine
:BlockBundle must be updated in accordance with the plan or close to it.
For other bundles we should search for
EngineInterface
insrc
directory, change type hint toTwig\Environment
and update tests. Also we should search fortemplating
service indocs
directory and change it totwig
.The text was updated successfully, but these errors were encountered: