Skip to content

Commit 8ed337c

Browse files
committed
Merge pull request symfony#815 from mdpatrick/bin_vendors_lock
Added reference to bin/vendors lock
2 parents 5d5cdf2 + e4a905e commit 8ed337c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎cookbook/workflow/new_project_git.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ script to ensure that all of the needed vendor libraries are downloaded.
118118
by updating them to the version specified in ``deps`` and recording it
119119
into the ``deps.lock`` file.
120120

121+
Additionally, if you would simply like to update the ``deps.lock`` file
122+
to what you already have installed, then you can simply run ``php bin/vendors lock``
123+
to store the appropriate git SHA identifiers in the deps.lock file.
124+
121125
Vendors and Submodules
122126
~~~~~~~~~~~~~~~~~~~~~~
123127

0 commit comments

Comments
 (0)