多版本 PHP 环境下,使用指定版本运行composer
时间:2020-06-10 18:33:04
收藏:0
阅读:95
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 !
原文:https://www.cnblogs.com/daizhongxing/p/13086781.html
评论(0)