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

处理easeswoole 3 安装数据库的bug

composer require easyswoole/mysqli

提示错误



./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

    - The requested package easyswoole/easyswoole (locked at 3.2.2, required as 3.x-dev) is satisfiable by easyswoole/easyswoole[3.2.2] but these cimum-stability.

Installation failed, reverting ./composer.json to its original content.




Your requirements could not be resolved to an installable set of packages._第1张图片

执行代码

composer update --ignore-platform-reqs  

或者

composer install --ignore-platform-reqs


Your requirements could not be resolved to an installable set of packages._第2张图片



Your requirements could not be resolved to an installable set of packages._第3张图片

你可能感兴趣的:(Your requirements could not be resolved to an installable set of packages.)