From 4c3bfc90b54a94eaa18e719870d70b5cc1184755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 25 Jun 2024 15:59:56 +0000 Subject: [PATCH] Import debug-bundle instead of var-dumper --- docs/source/installation/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/installation/index.rst b/docs/source/installation/index.rst index c1d6eb81f..072a32ffb 100644 --- a/docs/source/installation/index.rst +++ b/docs/source/installation/index.rst @@ -170,7 +170,7 @@ can rely on the whole chill framework, meaning there is no need to add them to t You will require some bundles to have the following development tools: - add fixtures -- add profiler and var-dumper to debug +- add profiler and debug bundle Install fixtures **************** @@ -198,7 +198,7 @@ Add web profiler and debugger .. code-block:: bash - symfony composer require --dev symfony/web-profiler-bundle symfony/var-dumper + symfony composer require --dev symfony/web-profiler-bundle symfony/debug-bundle Working on chill bundles ************************