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 ************************