PHP 8.0.8
workerman 4.1.14
composer require workerman/redis 報錯,就workman安裝后什么都沒裝,緊急求助!!之前別人發(fā)那個貼一樣問題解決方法無效
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires workerman/redis dev-master -> satisfiable by workerman/redis[dev-master].
- workerman/redis dev-master requires workerman/workerman ^4.1.0||^5.0.0 -> satisfiable by workerman/workerman[v4.1.0, ..., v4.1.14] from composer repo (https://mirrors.aliyun.com/composer) but workerman/workerman is the root package and cannot be modified. See https://getcomposer.org/dep-on-root for details and assistance.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
你的代理是過時的,刪除composer代理
composer config -g --unset repos.packagist
Your requirements could not be resolved to an installable set of packages.
Problem 1