diff --git a/best_practices/business-logic.rst b/best_practices/business-logic.rst index dc49fbb2244..6f8df397bd7 100644 --- a/best_practices/business-logic.rst +++ b/best_practices/business-logic.rst @@ -309,7 +309,7 @@ the following command to install the Doctrine fixtures bundle: .. code-block:: terminal - $ composer require doctrine/doctrine-fixtures-bundle + $ composer require --dev doctrine/doctrine-fixtures-bundle Then, enable the bundle in ``AppKernel.php``, but only for the ``dev`` and ``test`` environments::