@@ -707,7 +707,7 @@ First, make sure that the VarDumper component is installed in the application:
707707
708708.. code-block :: terminal
709709
710- $ composer require symfony/var-dumper
710+ $ composer require --dev symfony/var-dumper
711711
712712 Then, use either the ``{% dump %} `` tag or the ``{{ dump() }} `` function
713713depending on your needs:
@@ -1217,16 +1217,16 @@ Learn more
12171217 /templating/*
12181218
12191219.. _`Twig` : https://twig.symfony.com
1220- .. _`tags` : https://twig.symfony.com/doc/2 .x/tags/index.html
1221- .. _`filters` : https://twig.symfony.com/doc/2 .x/filters/index.html
1222- .. _`functions` : https://twig.symfony.com/doc/2 .x/functions/index.html
1223- .. _`with_context` : https://twig.symfony.com/doc/2 .x/functions/include.html
1224- .. _`Twig template loader` : https://twig.symfony.com/doc/2 .x/api.html#loaders
1225- .. _`Twig raw filter` : https://twig.symfony.com/doc/2 .x/filters/raw.html
1226- .. _`Twig output escaping docs` : https://twig.symfony.com/doc/2 .x/api.html#escaper-extension
1220+ .. _`tags` : https://twig.symfony.com/doc/3 .x/tags/index.html
1221+ .. _`filters` : https://twig.symfony.com/doc/3 .x/filters/index.html
1222+ .. _`functions` : https://twig.symfony.com/doc/3 .x/functions/index.html
1223+ .. _`with_context` : https://twig.symfony.com/doc/3 .x/functions/include.html
1224+ .. _`Twig template loader` : https://twig.symfony.com/doc/3 .x/api.html#loaders
1225+ .. _`Twig raw filter` : https://twig.symfony.com/doc/3 .x/filters/raw.html
1226+ .. _`Twig output escaping docs` : https://twig.symfony.com/doc/3 .x/api.html#escaper-extension
12271227.. _`snake case` : https://en.wikipedia.org/wiki/Snake_case
1228- .. _`Twig template inheritance` : https://twig.symfony.com/doc/2 .x/tags/extends.html
1229- .. _`Twig block tag` : https://twig.symfony.com/doc/2 .x/tags/block.html
1228+ .. _`Twig template inheritance` : https://twig.symfony.com/doc/3 .x/tags/extends.html
1229+ .. _`Twig block tag` : https://twig.symfony.com/doc/3 .x/tags/block.html
12301230.. _`Cross-Site Scripting` : https://en.wikipedia.org/wiki/Cross-site_scripting
12311231.. _`GitHub Actions` : https://docs.github.com/en/free-pro-team@latest/actions
12321232.. _`UX Twig Component` : https://symfony.com/bundles/ux-twig-component/current/index.html
0 commit comments