1、下载 composer.phar 文件:
wget https://getcomposer.org/download/1.6.5/composer.phar
2、默认 PHP 版本使用:
composer install
3、指定 PHP 版本使用:
php72 composer.phar install
Enjoy it !
2022-10-10 19:38:37
1、下载 composer.phar 文件:
wget https://getcomposer.org/download/1.6.5/composer.phar
2、默认 PHP 版本使用:
composer install
3、指定 PHP 版本使用:
php72 composer.phar install
Enjoy it !