You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your requirements could not be resolved to an installable set of packages.
Problem 1
- topthink/think-api[v1.0.0, ..., v1.0.3] require guzzlehttp/guzzle ^7.0 -> found guzzlehttp/guzzle[7.0.0, ..., 7.4.1] but the package is fixed to 6.4.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- topthink/think-api[v1.0.4, ..., v1.0.23] require guzzlehttp/guzzle ^6.5 || ^7.0 -> found guzzlehttp/guzzle[6.5.0, ..., 6.5.5, 7.0.0, ..., 7.4.1] but the package is fixed to 6.4.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- Root composer.json requires topthink/think-api ^1.0 -> satisfiable by topthink/think-api[v1.0.0, ..., v1.0.23].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
安装时报错:
shell :
composer req "topthink/think-api:^1.0"
通过查看依赖发现与阿里云sdk不兼容
shell
composer show --tree
能否增加对 guzzle 6 的兼容以兼容其他库?
The text was updated successfully, but these errors were encountered: