📌  相关文章
📜  更新 composer php 版本 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:04.235000             🧑  作者: 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