go to every package folder inside vendor folder and find the package's composer.json file. from that file find the "name" of that package from that composer.json file. code example
Example 1: php composer update
php composer.phar update
Example 2: composer add package
composer require name-of-package