Skip to content

Commit 809ff78

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: Fix issue #17731
2 parents 5a22c18 + dc5e1a7 commit 809ff78

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)