1
0
Fork 0

Merge pull request #5575 from admonkey/master

update help page on global for COMPOSER_HOME info
pull/5503/merge
Jordi Boggiano 2016-09-10 12:17:45 +02:00 committed by GitHub
commit 9b42f16762
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ is to add the COMPOSER_HOME/vendor/bin dir to your PATH env var.
COMPOSER_HOME is c:\Users\<user>\AppData\Roaming\Composer on Windows
and /home/<user>/.composer on unix systems.
If your system uses freedesktop.org standards, then it will first check
XDG_CONFIG_HOME or default to /home/<user>/.config/composer
Note: This path may vary depending on customizations to bin-dir in
composer.json or the environmental variable COMPOSER_BIN_DIR.