Browse Source

Added FAQ to composer doc

tags/2.0.0-alpha
Alexander Makarov 11 years ago
parent
commit
b7990d3d37
  1. 12
      docs/guide/composer.md

12
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 <URL here>, 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
--------

Loading…
Cancel
Save