Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by laracasts.com #
 
PREVIOUS NEXT
Tagged: #upgrade #composer
ADD COMMENT
Topic
Name
4+7 =