Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 1564dd8

Browse files
jdespatisdbu
authored andcommitted
composer update instead of install
Fix issue #655
1 parent 79af13e commit 1564dd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/database/create_new_project_phpcr_odm.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ content repository.
138138
),
139139
));
140140
141-
**Step 7**: Run ``composer install``:
141+
**Step 7**: Run ``composer update``:
142142

143143
.. code-block:: bash
144144
145-
$ composer install
145+
$ composer update
146146
147147
After installing the packages composer will ask you to confirm or modify the
148148
default parameters defined in ``parameters.yml.dist`` and then generate the

0 commit comments

Comments
 (0)