@@ -707,7 +707,7 @@ First, make sure that the VarDumper component is installed in the application:
707
707
708
708
.. code-block :: terminal
709
709
710
- $ composer require symfony/var-dumper
710
+ $ composer require --dev symfony/var-dumper
711
711
712
712
Then, use either the ``{% dump %} `` tag or the ``{{ dump() }} `` function
713
713
depending on your needs:
@@ -1217,16 +1217,16 @@ Learn more
1217
1217
/templating/*
1218
1218
1219
1219
.. _`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
1227
1227
.. _`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
1230
1230
.. _`Cross-Site Scripting` : https://en.wikipedia.org/wiki/Cross-site_scripting
1231
1231
.. _`GitHub Actions` : https://docs.github.com/en/free-pro-team@latest/actions
1232
1232
.. _`UX Twig Component` : https://symfony.com/bundles/ux-twig-component/current/index.html
0 commit comments