我安装了几个需要 Composer 的 CMS。
由于 2 天我得到了错误,无法继续。
[RuntimeException] You must enable the openssl extension to download files via https
我检查以下内容:
$ openssl version OpenSSL 1.0.1e 11 Feb 2013
$ which openssl /opt/local/bin/openssl
phpinfo say Phar - 启用本机 OpenSSL 支持并启用 OpenSSL 支持。
如果我这样做
$ php -info| grep openssl OpenSSL support => disabled (install ext/openssl)
有人知道我应该怎么做才能运行 Composer 吗?