作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
以下情况:
andig/dbcopy
: Composer 需要 andig/dbcopy:dev-master
andig/dbcopy
在开发版本中需要 symfony/console
(由于 2.5 中的错误):
"require": {
"doctrine/dbal": "2.4.*",
"symfony/console": "2.6.*@dev"
},
现在,当使用 composer require
将 andig/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 无法安装,即使
最佳答案
只需输入:
"symfony/console": "2.6.*@dev"
在你的主composer.json中。您必须直接覆盖稳定性要求。
关于symfony - 该软件包没有足够稳定的版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26202341/
对于我的问题,我找不到更好的措辞。 在我的应用程序中的某个时刻,我设置了一些非常密集的动画。问题是,在高端设备上,动画运行流畅且赏心悦目。另一方面,我测试过的一台低端设备在制作动画时表现非常糟糕。 试
我正在修补 OTP 模块 ( yubico_pam ),并尝试访问管理员选择的控制标志(例如必需,足够, ETC)。 有什么想法吗?这是否可行(无需解析文件)? 最佳答案 无法在 API 中查询此信息
我有一些为 Linux 编写的 C 代码,依赖于套接字和 arpa/inet.h 以及 libusb.h,我想在 MinGW 下为 Windows 编译它。 (请注意,当前项目只有一个非常简单的 Ma
我是一名优秀的程序员,十分优秀!