$ composer update topthink/fr
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 0 installs, 1 update, 0 removals
- Updating topthink/fr
Writing lock file
Generating autoload files
如果我指定更新版本的话 也是出错
$ composer require topthink/fr
./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
- Can only install one of: topthink/think-installer[v2.0.0, v1.0.12].
- Can only install one of: topthink/think-installer[v2.0.0, v1.0.12].
- Can only install one of: topthink/think-installer[v2.0.0, v1.0.12].
- topthink/fr
- Installation request for topthink/fr
- Installation request for topthink/think-installer (locked at v1.0.12) -> satisfiable by topthink/think-installer[v1.0.12].
Installation failed, reverting ./composer.json to its original content.
最佳答案