Laravel 6 无法安装 zipper

我使用的是laravel 6版本
使用

composer require chumper/zipper

发现无法安装 报错如下:

[root@localhost test.com]# composer require chumper/zipper
Using version ^1.0 for chumper/zipper
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
  Problem 1
    - Conclusion: don't install chumper/zipper v1.0.3
    - Conclusion: don't install chumper/zipper v1.0.2
    - Conclusion: don't install chumper/zipper v1.0.1
    - Conclusion: remove laravel/framework v6.18.25
    - Installation request for chumper/zipper ^1.0 -> satisfiable by chumper/zipper[v1.0.0, v1.0.1, v1.0.2, v1.0.3].
    - Conclusion: don't install laravel/framework v6.18.25
    - chumper/zipper v1.0.0 requires illuminate/filesystem 5.x
《L05 电商实战》
从零开发一个电商项目,功能包括电商后台、商品 & SKU 管理、购物车、订单管理、支付宝支付、微信支付、订单退款流程、优惠券等
《L02 从零构建论坛系统》
以构建论坛项目 LaraBBS 为线索,展开对 Laravel 框架的全面学习。应用程序架构思路贴近 Laravel 框架的设计哲学。
最佳答案

我有使用过,印象中是版本依赖的问题,

file

我在用的时候自己从 github down 了一份改了依赖的版本,然后再发布就能安装使用了。 我用在 laravel 7 的版本上,使用的过程中也没出现什么问题。

4年前 评论
fffswhk (作者) 4年前
fffswhk (作者) 4年前
hackxiaoya (楼主) 4年前
wohehele 4年前
weiss_schnee 2年前
讨论数量: 7

有可能是版本的问题。

4年前 评论

我有使用过,印象中是版本依赖的问题,

file

我在用的时候自己从 github down 了一份改了依赖的版本,然后再发布就能安装使用了。 我用在 laravel 7 的版本上,使用的过程中也没出现什么问题。

4年前 评论
fffswhk (作者) 4年前
fffswhk (作者) 4年前
hackxiaoya (楼主) 4年前
wohehele 4年前
weiss_schnee 2年前

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!