composer出现问题: Could not open input file: composer.phar

Posted killbugme

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了composer出现问题: Could not open input file: composer.phar相关的知识,希望对你有一定的参考价值。

可以执行下面命令

php -r "readfile(‘https://getcomposer.org/installer‘);" | php

This will install composer to the current directory so that you can use php composer.phar

文章转自:https://www.cnblogs.com/init-007/p/10986578.html

以上是关于composer出现问题: Could not open input file: composer.phar的主要内容,如果未能解决你的问题,请参考以下文章