On Jun 20, 11:55 am, ryan weaver <[email protected]> wrote: > The git submodule --recursive does work, but you also need to call "git > submodule init" for the first time before that. The problem there is if you > have one submodule (which has a nested submodule), your project won't be > aware of the embedded submodule until you actually init and update the first > submodule.
Not ideal, but I believe you could use: git submodule update --init -- recursive -- 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 developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
