Skip to content

Commit 2c4e3f0

Browse files
committed
Fix
1 parent db71246 commit 2c4e3f0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

cookbook/workflow/_vendor_deps.rst.inc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,13 @@ To upgrade your libraries to new versions, run ``php composer.phar update``.
4040

4141
.. code-block:: bash
4242

43-
$ php cofmposer.phar update doctrine/doctrine-fixtures-bundle
43+
$ php composer.phar update doctrine/doctrine-fixtures-bundle
44+
45+
You can combine both steps into a single command:
46+
47+
.. code-block:: bash
48+
49+
$ php composer.phar require doctrine/doctrine-fixtures-bundle:@dev
4450

4551
To learn more about Composer, see `GetComposer.org`_:
4652

0 commit comments

Comments
 (0)