Skip to content

Commit 5253488

Browse files
committed
minor #10400 [Dotenv] Advise using the Composer --dev option (ogizanagi)
This PR was merged into the 3.4 branch. Discussion ---------- [Dotenv] Advise using the Composer --dev option As we don't recommend using it on production. Also relates to symfony/recipes#466 (comment) Commits ------- 2e13c8b [Dotenv] Advise using the Composer --dev option
2 parents 821425e + 2e13c8b commit 5253488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dotenv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Installation
1616

1717
.. code-block:: terminal
1818
19-
$ composer require symfony/dotenv
19+
$ composer require --dev symfony/dotenv
2020
2121
Alternatively, you can clone the `<https://github.com/symfony/dotenv>`_ repository.
2222

0 commit comments

Comments
 (0)