In symfony2 project php bin/vendors install, re-installs all bundles in deps file. Each time I add a bundle to deps file I have to wait for a long time.
Is there any other way to install/update only new added ones without re-installing everything?
is correct. You can set a version on your debs file.
The version is related to a “Git Tag” you can go to the vendor folder and check witch versions or git Tags are available:
Then you set your bundle to the specified version and he update the bundle only to this version and don’t install a newer version.