Skip to content

Commit 1107068

Browse files
committed
minor #11703 Require Dotenv component without --dev (bocharsky-bw)
This PR was merged into the 3.4 branch. Discussion ---------- Require Dotenv component without --dev Looks like according to these changes: symfony/recipes#501 - Dotenv component is suggested to be added to `require` section of `composer.json`. Both `symfony/skeleton` and `symfony/website-skeleton` require it on prod Commits ------- 3f7594d Require Dotenv component without --dev
2 parents a7be68a + 3f7594d commit 1107068

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
@@ -17,7 +17,7 @@ Installation
1717

1818
.. code-block:: terminal
1919
20-
$ composer require --dev symfony/dotenv
20+
$ composer require symfony/dotenv
2121
2222
.. include:: /components/require_autoload.rst.inc
2323

0 commit comments

Comments
 (0)