我是通過brew來安裝Composer的
brew install composer
composer: Composer PHP requirements check has failed. The following verification command:curl -s http://getcomposer.org/installer | /usr/bin/env php -d allow_url_fopen=On -d detect_unicode=Off -d date.timezone=UTC -d apc.enable_cli=Off -- --checkfailed because of the following reason:Error: An unsatisfied requirement failed this build.
我的php:
php --versionPHP 5.5.19 (cli) (built: Nov 30 2014 23:56:22)Copyright (c) 1997-2014 The PHP GroupZend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologieswith Xdebug v2.2.6, Copyright (c) 2002-2014, by Derick Rethans
mac小白,求解決
===========================================
我擦,剛剛解決了
Verify your installation by running:"composer --version".You can read more about composer and packagist by running:"brew home composer".
這個問題已被關閉,原因:無法獲得確切結果的問題
回複內容:
我是通過brew來安裝Composer的brew install composer
composer: Composer PHP requirements check has failed. The following verification command:curl -s http://getcomposer.org/installer | /usr/bin/env php -d allow_url_fopen=On -d detect_unicode=Off -d date.timezone=UTC -d apc.enable_cli=Off -- --checkfailed because of the following reason:Error: An unsatisfied requirement failed this build.
我的php:
php --versionPHP 5.5.19 (cli) (built: Nov 30 2014 23:56:22)Copyright (c) 1997-2014 The PHP GroupZend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologieswith Xdebug v2.2.6, Copyright (c) 2002-2014, by Derick Rethans
mac小白,求解決
===========================================
我擦,剛剛解決了
Verify your installation by running:"composer --version".You can read more about composer and packagist by running:"brew home composer".
恭喜
brew install 還是有諸多坑,沒apt-get爽 呵呵,因此 服務端開發遲遲沒敢用mac
brew update下再試試看