Skip to content

Commit fbc4f07

Browse files
committed
minor #11614 doctrine/doctrine-fixtures-bundle is a dev req (juanmiguelbesada)
This PR was merged into the 3.4 branch. Discussion ---------- 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. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 2a2f402 doctrine/doctrine-fixtures-bundle is a dev-req
2 parents bd2c2c7 + 2a2f402 commit fbc4f07

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)