📜  升级作曲家版本 - Shell-Bash 代码示例

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

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