On Tue, Jun 21, 2011 at 11:25 AM, keymaster <ad...@optionosophy.com> wrote:

> >  *bin/vendors* script (the deps file that is used by this script is
> intended to be modified to add your own dependencies if you > want to use
> this way to manage the dependencies).
>
> Thanks, that's great to know.
>
> Is there some reference where we can find out more about how to use the
> bin/vendors script to upgrade easily from one release to the next, including
> other 3rd party libraries?
>
>
It basically checks out the stuff in ./deps , optionally at the commit
specified in ./deps.lock . You can add a dependency by adding it in deps,
following the pattern other things are doing, and you can lock that
dependency to a commit by specifying it in deps.lock.

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to