Composer报错提示:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - hyperf/validation v2.0.9 requires hyperf/command ~2.0.0 -> satisfiable by hyperf/command[2.0.x-dev, v2.0.0, v2.0.10, v2.0.3, v2.0.5, v2.0.9] but these conflict with your requirements or minimum-stability.
    - Installation request for hyperf/validation ^2.0 -> satisfiable by hyperf/validation[v2.0.0, v2.0.3, v2.0.5, v2.0.8, v2.0.9].
Installation failed, reverting ./composer.json to its original content.

[Composer]but these conflict with your requirements or minimum-stability

解决方法:

执行composer update hyperf/command 

 

 

 

 

 

相关文章:

  • 2021-05-17
  • 2021-10-06
  • 2022-12-23
  • 2021-06-15
  • 2022-12-23
  • 2022-02-13
猜你喜欢
  • 2022-12-23
  • 2021-08-04
  • 2021-08-15
  • 2021-10-19
  • 2021-11-07
  • 2021-08-04
  • 2021-06-13
相关资源
相似解决方案