Unable to self-update composer?

后端 未结 6 1564
失恋的感觉
失恋的感觉 2020-12-14 05:39

I am trying to update composer with no luck!

What I have tried:

$ composer self-update

[InvalidArgumentException]

6条回答
  •  自闭症患者
    2020-12-14 06:19

    As per @JimL comment I was able to self update composer by:

    • Uninstalling Composer from the package manager (apt).
    • I installed it according to the official documentation

    Now it works as expected.

提交回复
热议问题