Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.

Problem 1
- The requested package overtrue/laravel-lang 3.0.14 is satisfiable by overtrue/laravel-lang[3.0.14] but these conflict with your requirements or minimum-stability.

 

以上是报错内容

解决方案:

删掉composer.lock文件中对应的错的地方,或者修改低级别的版本

再次执行composer install

相关文章:

  • 2022-12-23
  • 2021-07-28
  • 2021-07-06
  • 2021-11-25
  • 2021-05-07
  • 2021-08-05
  • 2021-06-06
猜你喜欢
  • 2021-07-27
  • 2022-12-23
  • 2021-04-12
  • 2022-02-10
  • 2021-07-22
  • 2022-03-06
相关资源
相似解决方案