update composer on windows code example
Example 1: composer self update command
composer self-update
Example 2: update composer on windows
php composer.phar self-update
Example 3: update 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