也许只是一个愚蠢的问题.从github.com下载/克隆作曲家源代码后,如何运行它或将其编译成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
Run Code Online (Sandbox Code Playgroud)
是说我必须先下载另一个composer.phar文件然后先运行"php composer.phar install"吗?
我认为这是一种递归方式,"作曲家"本身由作曲家管理:(