I have a PHP project where I use composer.
My own main library is actually a required package, as I\'m also building a \"standalone version\" for people to install (
You can update only a single or few packages by specifying them at the end for the update comamnd:
composer update pkg1 pkg2 ...