From b7990d3d3773f142baca3d03d92dc54d7fa24f42 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Wed, 6 Nov 2013 14:15:58 +0400 Subject: [PATCH] Added FAQ to composer doc --- docs/guide/composer.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/guide/composer.md b/docs/guide/composer.md index fdf5d81..6dc8c08 100644 --- a/docs/guide/composer.md +++ b/docs/guide/composer.md @@ -58,6 +58,18 @@ Again, you may need to provide specific path references. In both cases, after some waiting, the required packages will be installed and ready to use in your Yii application. No additional configuration of those packages will be required. +FAQ +--- + +### Getting "You must enable the openssl extension to download files via https" + +If you're using WAMP check [this answer at StackOverflow](http://stackoverflow.com/a/14265815/1106908). + +### Getting "Failed to clone , git was not found, check that it is installed and in your Path env." + +Either install git or try adding `--prefer-dist` to the end of `install` or `update` command. + + See also --------