Home > Backend Development > PHP Tutorial > composer报这个错怎没解决?

composer报这个错怎没解决?

WBOY
Release: 2016-06-06 20:27:12
Original
1433 people have browsed it

composer报这个错怎没解决?

如图,composer提示要升级,执行composer self-update成功升级之后,更新任何依赖包都会提示这样的错误,怎么回事?

另外,我如果想在mac上卸载composer怎么弄,网上只有介绍如何安装,没有卸载的方法,我想卸了重新装。

谢谢!

回复内容:

composer报这个错怎没解决?

如图,composer提示要升级,执行composer self-update成功升级之后,更新任何依赖包都会提示这样的错误,怎么回事?

另外,我如果想在mac上卸载composer怎么弄,网上只有介绍如何安装,没有卸载的方法,我想卸了重新装。

谢谢!

composer 都是一个 phar 的包吧,找到删掉试试呢?

<code>composer [global] require "fxp/composer-asset-plugin:~1.0.3"</code>
Copy after login
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template