Skip to content

Commit

Permalink
Added reference to bin/vendors lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpatrick committed Oct 31, 2011
1 parent 2b56ef4 commit e4a905e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cookbook/workflow/new_project_git.rst
Expand Up @@ -117,6 +117,10 @@ script to ensure that all of the needed vendor libraries are downloaded.
it. This command is used to freeze the versions of all of your vendor libraries
by reading their current state and recording it into the ``deps.lock`` file.

Additionally, if you would simply like to update the ``deps.lock`` file
to what you already have installed, then you can simply run ``php bin/vendors lock``
to store the appropriate git SHA identifiers in the deps.lock file.

Vendors and Submodules
~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit e4a905e

Please sign in to comment.