Skip to content

Commit 71febc1

Browse files
authored
Fix issue #17731
1 parent 730070c commit 71febc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 --dev symfony/var-dumper
710+
$ composer require --dev symfony/debug-bundle
711711
712712
Then, use either the ``{% dump %}`` tag or the ``{{ dump() }}`` function
713713
depending on your needs:

0 commit comments

Comments
 (0)