【发布时间】:2013-10-09 12:48:36
【问题描述】:
我预料到了
composer update videlalvaro/php-amqplib
只会更新一个依赖项,但不会更新所有依赖项。
我错过了什么?
PS:这个依赖在composer.json中定义为"videlalvaro/php-amqplib": "2.2.0"
PPS:使用的作曲家版本是3da05c68f9561fa822c522b1815435ff990493ff 2013-10-02 14:25:06
PPPS:实际输出:
$ composer.phar update videlalvaro/php-amqplib --no-dev
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- symfony/icu v1.2.0 requires lib-icu >=4.4 -> the requested linked library icu has the wrong version installed or is missing from your system, make sure to have the extension providing it.
- symfony/icu v1.2.0 requires lib-icu >=4.4 -> the requested linked library icu has the wrong version installed or is missing from your system, make sure to have the extension providing it.
- Installation request for symfony/icu == 1.2.0.0 -> satisfiable by symfony/icu[v1.2.0].
【问题讨论】:
标签: php composer-php