Could not open input file: composer.phar

前端 未结 15 778
感情败类
感情败类 2020-12-02 09:38

I am trying to install zendframework using composer tool in wamp server.

The following steps are done towards installation

  1. I downlo

15条回答
  •  一个人的身影
    2020-12-02 09:54

    If you go through the documentation, they have mentioned to use php composer.phar Link: https://getcomposer.org/doc/03-cli.md#update-u

    Don't use php composer.phar only give composer

    Command: composer self-update

    It will work.

提交回复
热议问题