Skip to content

Commit 3f7594d

Browse files
authored
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
1 parent a7be68a commit 3f7594d

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)