gpt4 book ai didi

symfony - 该软件包没有足够稳定的版本

转载 作者:行者123 更新时间:2023-12-02 16:05:04 25 4
gpt4 key购买 nike

以下情况:

  • 应用程序在开发版本中需要 andig/dbcopy: Composer 需要 andig/dbcopy:dev-master
  • andig/dbcopy 在开发版本中需要 symfony/console(由于 2.5 中的错误):

    "require": {
    "doctrine/dbal": "2.4.*",
    "symfony/console": "2.6.*@dev"
    },

现在,当使用 composer requireandig/dbcopy 添加到应用程序时,composer 提示稳定性:

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

Problem 1
- Installation request for andig/dbcopy dev-master -> satisfiable by andig/dbcopy[dev-master].
- andig/dbcopy dev-master requires symfony/console 2.6.*@dev -> no matching package found.

Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

尚未定义最低稳定性设置,应用程序已依赖于dev-master包。

我已阅读 https://groups.google.com/forum/#!topic/composer-dev/_g3ASeIFlrc/discussion但我仍然很困惑为什么 Composer 无法安装,即使

  • 所有稳定性设置均已明确定义,并且
  • 应用程序本身已经对“dev-master”有另一个依赖,这可以工作吗?

最佳答案

只需输入:

"symfony/console": "2.6.*@dev"

在你的主composer.json中。您必须直接覆盖稳定性要求。

关于symfony - 该软件包没有足够稳定的版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26202341/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com