如何删除 guzzle/guzzle 包?

How to remove guzzle/guzzle package?

我需要为 laravel 安装 omnipay 包。

composer require ignited/laravel-omnipay

安装包时收到错误:

Your requirements could not be resolved to an installable set of packages.

列出问题:

  Problem 1
- Installation request for ignited/laravel-omnipay ^2.3 -> satisfiable by ignited/laravel-omnipay[2.3.0].
- Conclusion: remove guzzle/guzzle v3.8.1
- Conclusion: don't install guzzle/guzzle v3.8.1
- ignited/laravel-omnipay 2.3.0 requires omnipay/common 2.5.* -> satisfiable by omnipay/common[2.5.2, v2.5.0, v2.5.1].
- omnipay/common 2.5.2 requires guzzle/guzzle ~3.9 -> satisfiable by guzzle/guzzle[v3.9.0, v3.9.1, v3.9.2, v3.9.3].
- omnipay/common v2.5.0 requires guzzle/guzzle ~3.9 -> satisfiable by guzzle/guzzle[v3.9.0, v3.9.1, v3.9.2, v3.9.3].
- omnipay/common v2.5.1 requires guzzle/guzzle ~3.9 -> satisfiable by guzzle/guzzle[v3.9.0, v3.9.1, v3.9.2, v3.9.3].
- Can only install one of: guzzle/guzzle[v3.9.0, v3.8.1].
- Can only install one of: guzzle/guzzle[v3.9.1, v3.8.1].
- Can only install one of: guzzle/guzzle[v3.9.2, v3.8.1].
- Can only install one of: guzzle/guzzle[v3.9.3, v3.8.1].
- Installation request for guzzle/guzzle (locked at v3.8.1) -> satisfiable by guzzle/guzzle[v3.8.1].

并且composer.json返回:

Installation failed, reverting ./composer.json to its original content.

如何删除烦人的包?

我已经尝试通过以下方式删除它:

 composer remove guzzle/guzzle

但没有成功,我当然安装了 guzzlehttp/guzzle 软件包 guzzle/guzzle。

如何清除我的 guzzle/guzzle 包的作曲家存储库?

提前致谢。

问题已解决。

原因:

guzzle/guzzle 包(已弃用)对于 league/flysystem-rackspace 是必需的。

因此我们应该删除这个包。

composer remove league/flysystem-rackspace