webman/log 安装的问题 #213

Closed
opened 2025-12-24 01:33:33 +08:00 by bigtran · 0 comments
Owner

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

Problem 1
- Root composer.json requires webman/log ^2.1 -> satisfiable by webman/log[v2.1.2, v2.1.3, v2.1.4].
- webman/log[v2.1.2, ..., v2.1.4] require workerman/webman-framework ^2.1 -> found workerman/webman-framework[v2.1.0, ..., v2.1.4] but it conflicts with your root composer.json require (^1.5.0).

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

本身的composer.json的问题, "workerman/webman-framework": "^1.5.0"

临时解决方案,换 composer require "webman/log:^1.0"

长期还要升级 webman-framework到 2.1

Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires webman/log ^2.1 -> satisfiable by webman/log[v2.1.2, v2.1.3, v2.1.4]. - webman/log[v2.1.2, ..., v2.1.4] require workerman/webman-framework ^2.1 -> found workerman/webman-framework[v2.1.0, ..., v2.1.4] but it conflicts with your root composer.json require (^1.5.0). Installation failed, reverting ./composer.json to its original content. # 本身的composer.json的问题, "workerman/webman-framework": "^1.5.0" # 临时解决方案,换 composer require "webman/log:^1.0" # 长期还要升级 webman-framework到 2.1
Sign in to join this conversation.