overtrue / flysystem-cos

:floppy_disk: Flysystem adapter for the Qcloud COS storage.
74 stars 10 forks source link

league/flysystem与Thinkphp8.0里的冲突。安装不了 #38

Closed ajaxjs closed 6 months ago

ajaxjs commented 6 months ago

Using version ^5.1 for overtrue/flysystem-cos ./composer.json has been updated Running composer update overtrue/flysystem-cos Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. You can also try re-running composer require with an explicit version constraint, e.g. "composer require overtrue/flysystem-cos:*" to figure out if any version is installable, or "composer require overtrue/flysystem-cos:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

overtrue commented 6 months ago

加 -W

ajaxjs commented 6 months ago

加 -W

-W也不行,不过我删除think-filesystem后就好了。