相关疑难解决方法(0)

通过Composer安装Symfony 2.3.x时出现lib-icu依赖性问题

我使用Composer安装Symfony 2.2.x没有问题,我总是在http://symfony.com/download上复制稳定版本.

composer create-project symfony/framework-standard-edition myproject/ 2.2.1
Run Code Online (Sandbox Code Playgroud)

(我在全球安装了Composer)
好奇的2.3.0-RC1我觉得这会很顺利:

composer create-project symfony/framework-standard-edition mynewerproject/ 2.3.0-RC1
Run Code Online (Sandbox Code Playgroud)

但是由于以下错误而关闭:

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

Problem 1
    - symfony/icu v1.2.0-RC1 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.1.0-RC1 requires lib-icu >=3.8 -> the requested linked library icu has the wrong version installed or …
Run Code Online (Sandbox Code Playgroud)

php symfony composer-php

110
推荐指数
6
解决办法
6万
查看次数

intl扩展名:安装php_intl.dll

我正在尝试找到php_intl.dll并安装它.

有人有任何提示吗?

php windows-xp intl

73
推荐指数
6
解决办法
19万
查看次数

标签 统计

php ×2

composer-php ×1

intl ×1

symfony ×1

windows-xp ×1