Skip to content

Commit dc5e1a7

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: Fix issue #17731
2 parents 6d1e3e8 + dd459c2 commit dc5e1a7

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
@@ -829,7 +829,7 @@ First, make sure that the VarDumper component is installed in the application:
829829

830830
.. code-block:: terminal
831831
832-
$ composer require --dev symfony/var-dumper
832+
$ composer require --dev symfony/debug-bundle
833833
834834
Then, use either the ``{% dump %}`` tag or the ``{{ dump() }}`` function
835835
depending on your needs:

0 commit comments

Comments
 (0)