update composer.json command code example
Example 1: composer install without dependencies
composer install --ignore-platform-reqs
Example 2: upgrade composer
To update composer command just find location of composer.phar and update as:
where composer #Retrieves you location of your composer.phar
cd path_to_composer.phar #Move to directory with composer.phar
php composer.phar self-update #Update your composer