tyua07 / laravel-upload

laravel 5 上传包支持 七牛、又拍云、oss、cos。完成使用官方推荐的extend方式扩展实现!
MIT License
123 stars 33 forks source link

laravel5.5 composer 不下来 ,求解决 #20

Open Joken2 opened 6 years ago

Joken2 commented 6 years ago

[vagrant@localhost share]$ composer require "yangyifan/upload:v0.2" ./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

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

Qsnh commented 6 years ago

可能是你的项目下已经安装了qiniu的扩展包然后在安装这个包,这个包要求安装的是七牛7.0.的版本,所以就导致冲突了,你可以这样解决:卸载掉项目中骑牛包,安装7.0.的版本