composer no longer finds packages after os update code example
Example 1: composer update
php composer.phar update
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