Skip to content

Commit dd459c2

Browse files
committed
minor #17732 [Templating][Twig] Fix composer require (babeuloula)
This PR was merged into the 5.4 branch. Discussion ---------- [Templating][Twig] Fix composer require Hello, It's just a fix for PR #17731. Commits ------- 71febc1 Fix issue #17731
2 parents 137125a + 71febc1 commit dd459c2

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)