There was an error while loading. Please reload this page.
2 parents 5d5cdf2 + e4a905e commit 8ed337cCopy full SHA for 8ed337c
cookbook/workflow/new_project_git.rst
@@ -118,6 +118,10 @@ script to ensure that all of the needed vendor libraries are downloaded.
118
by updating them to the version specified in ``deps`` and recording it
119
into the ``deps.lock`` file.
120
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
+
125
Vendors and Submodules
126
~~~~~~~~~~~~~~~~~~~~~~
127
0 commit comments