diff --git a/templates.rst b/templates.rst index 280a5f9b6df..bde2a8a900c 100644 --- a/templates.rst +++ b/templates.rst @@ -707,7 +707,7 @@ First, make sure that the VarDumper component is installed in the application: .. code-block:: terminal - $ composer require --dev symfony/var-dumper + $ composer require --dev symfony/debug-bundle Then, use either the ``{% dump %}`` tag or the ``{{ dump() }}`` function depending on your needs: