Answers for "composer update indicates updates but when I run the composer update command it doesn't update anything"

PHP
0

composer update

php composer.phar update
Posted by: Guest on March-06-2020
0

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
Posted by: Guest on November-14-2020

Browse Popular Code Answers by Language