我正在尝试使用 Composer 安装 Facebook PHP SDK。这就是我得到的
$ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for facebook/php-sdk dev-master -> satisfiable by facebook/php-sdk[dev-master].
- facebook/php-sdk dev-master requires ext-curl * -> the requested PHP extension curl is missing from your system.
问题是,我启用了 curl 扩展(在 php.ini 中未注释)。当我运行时phpinfo()
,它说它已启用。我唯一的线索是,当我跑步时$ php -m
,'curl' 行不见了,但我不知道该怎么办。
我在 Win8 上有 wamp 2.4,我在 cmd.exe 中运行 composer。