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
- Root composer.json requires topthink/think-mongo ^3.0 -> satisfiable by topthink/think-mongo[v3.0.0, ..., v3.0.4].
- topthink/think-mongo[v3.0.0, ..., v3.0.4] require topthink/framework ^6.0.0 -> found topthink/framework[v6.0.0, ..., v6.1.4] but it conflicts with your root composer.json require (^8.0).
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 topthink/think-mongo:*" to figure out if any version is installable, or "composer require topthink/think-mongo:^2.1" if you kn
ow which you need.
应该是think-mongo 还未升级到8导致的,什么时候升级呢?
The text was updated successfully, but these errors were encountered:
php 版本8.1
thinkphp 版本8
系统提示 Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires topthink/think-mongo ^3.0 -> satisfiable by topthink/think-mongo[v3.0.0, ..., v3.0.4].
- topthink/think-mongo[v3.0.0, ..., v3.0.4] require topthink/framework ^6.0.0 -> found topthink/framework[v6.0.0, ..., v6.1.4] but it conflicts with your root composer.json require (^8.0).
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 topthink/think-mongo:*" to figure out if any version is installable, or "composer require topthink/think-mongo:^2.1" if you kn
ow which you need.
应该是think-mongo 还未升级到8导致的,什么时候升级呢?
The text was updated successfully, but these errors were encountered: