创建新项目安装admin和console的时候报依赖错误
用了指定版本的console也不行
Problem 1
- symfony/console v6.4.7 requires symfony/service-contracts ^2.5|^3 -> found symfony/service-contracts[v2.5.0, v2.5.1, v2.5.2, v2.5.3, v3.0.0, ..., v3.4.2] but it conflicts with another require.
- webman/console v1.2.38 requires symfony/console >=5.0 -> satisfiable by symfony/console[v6.4.7].
- webman/console is locked to version v1.2.38 and an update of this package was not requested.
MacOS
没事了, 先安装admin后安装console,就没有报依赖错误了...