Skip to content

Commit 2a2f402

Browse files
doctrine/doctrine-fixtures-bundle is a dev-req
Update the command used to install doctrine/doctrine-fixtures-bundle to install it as a development requirement, and not an app requirement. This command should be updated in branches 3.4, 4.2 and master, but I don't know if it is done automatically.
1 parent b67227b commit 2a2f402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices/business-logic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ the following command to install the Doctrine fixtures bundle:
309309

310310
.. code-block:: terminal
311311
312-
$ composer require doctrine/doctrine-fixtures-bundle
312+
$ composer require --dev doctrine/doctrine-fixtures-bundle
313313
314314
Then, enable the bundle in ``AppKernel.php``, but only for the ``dev`` and
315315
``test`` environments::

0 commit comments

Comments
 (0)