Skip to content

Commit adfc77f

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: doctrine/doctrine-fixtures-bundle is a dev-req
2 parents 297275c + fbc4f07 commit adfc77f

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
@@ -235,7 +235,7 @@ the following command to install the Doctrine fixtures bundle:
235235

236236
.. code-block:: terminal
237237
238-
$ composer require doctrine/doctrine-fixtures-bundle
238+
$ composer require --dev doctrine/doctrine-fixtures-bundle
239239
240240
Then, this bundle is enabled automatically, but only for the ``dev`` and
241241
``test`` environments::

0 commit comments

Comments
 (0)