Skip to content

Commit 3b43503

Browse files
committed
minor #9968 Install component for dev environment (seferov)
This PR was merged into the 2.8 branch. Discussion ---------- Install component for dev environment I think VarDumper is meant to be installed for development environment. So it is better to install it under `require-dev` most of the time Commits ------- e2e4765 Install component for dev environment
2 parents c842209 + e2e4765 commit 3b43503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/var_dumper.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation
1414

1515
.. code-block:: terminal
1616
17-
$ composer require symfony/var-dumper
17+
$ composer require symfony/var-dumper --dev
1818
1919
Alternatively, you can clone the `<https://github.com/symfony/var-dumper>`_ repository.
2020

0 commit comments

Comments
 (0)