webman/admin 安装报错

小小袋鼠

问题描述

这里详细描述问题

截图

程序代码

composer require -W webman/admin

报错信息

Problem 1

  • Root composer.json requires webman/admin ^2.1 -> satisfiable by webman/admin[v2.1.1].
  • webman/admin v2.1.1 requires workerman/webman-framework >=2.1 -> found workerman/webman-framework[dev-master, v2.1.0, v2.1.1] but it conflicts with your root composer.json require (^1.5.0).

You can also try re-running composer require with an explicit version constraint, e.g. "composer require webman/admin:*" to figure out if any version is installable, or "composer require webman/admin:^2.1" if you know which you need.

87 1 0
1个回答

webman1.x 执行
composer require -W webman/admin ^1.0

  • 暂无评论
×
🔝