📜  在 Windows 上更新作曲家 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:03.605000             🧑  作者: Mango

代码示例3
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