I have a symfony 2.0.x project and I want to use composer to install new bundles. The probem is it will update the framework, the orm and all the vendor directory..
I know I need a composer.lock, but is there a way to quickly generate the lock file? Else, how can I make it manually? Where can I find the exact commit or version for my installed 3rd party bundles?