【发布时间】:2018-05-03 06:17:58
【问题描述】:
也许只是一个愚蠢的问题。 从 github.com 下载/克隆 composer 源代码后,如何运行它或将其编译成 phar 文件?
运行“php bin/composer -v”时,出现这样的错误:
php bin/composer -v
You must set up the project dependencies using `composer install`
See https://getcomposer.org/download/ for instructions on installing Composer
是不是说我必须下载另一个composer.phar文件并先运行“php composer.phar install”?
我认为这是一种递归方式,“composer”本身是由composer管理的:(
【问题讨论】:
标签: php composer-php