Skip to content

Commit 05f13d6

Browse files
committed
minor symfony#11410 Add --dev flag to require symfony/debug-bundle (B-Galati)
This PR was merged into the 4.2 branch. Discussion ---------- Add --dev flag to require symfony/debug-bundle Commits ------- 417af04 Add --dev flag to require symfony/debug-bundle
2 parents 557b63b + 417af04 commit 05f13d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/var_dumper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Installation
2121
.. note::
2222

2323
If using it inside a Symfony application, make sure that the DebugBundle has
24-
been installed (or run ``composer require symfony/debug-bundle`` to install it).
24+
been installed (or run ``composer require --dev symfony/debug-bundle`` to install it).
2525

2626
.. _components-var-dumper-dump:
2727

0 commit comments

Comments
 (0)