Re: Composer を使って GitHub から 5.7 をインストールする方法
2014年5月14日 at 8:48
解決しました。linuxmint15ではphp-curlが標準でインストールされていないのが原因でした。
sudo apt-get -y install php5-curl
を実行後
php composer.phar update
で、うまくいきました。
Your post has been saved and will be published after approval by the forum moderator.