|
@@ -856,7 +856,7 @@ is a hidden, global (per-user on the machine) directory that is shared between
|
|
|
all projects.
|
|
|
|
|
|
By default it points to `C:\Users\<user>\AppData\Roaming\Composer` on Windows
|
|
|
-and `/Users/<user>/.composer` on OSX. On *nix systems that follow the [XDG Base
|
|
|
+and `/Users/<user>/.composer` on macOS. On *nix systems that follow the [XDG Base
|
|
|
Directory Specifications](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html),
|
|
|
it points to `$XDG_CONFIG_HOME/composer`. On other *nix systems, it points to
|
|
|
`/home/<user>/.composer`.
|
|
@@ -878,7 +878,7 @@ configuration in the project's `composer.json` always wins.
|
|
|
The `COMPOSER_CACHE_DIR` var allows you to change the Composer cache directory,
|
|
|
which is also configurable via the [`cache-dir`](06-config.md#cache-dir) option.
|
|
|
|
|
|
-By default it points to `$COMPOSER_HOME/cache` on \*nix and OSX, and
|
|
|
+By default it points to `$COMPOSER_HOME/cache` on \*nix and macOS, and
|
|
|
`C:\Users\<user>\AppData\Local\Composer` (or `%LOCALAPPDATA%/Composer`) on Windows.
|
|
|
|
|
|
### COMPOSER_PROCESS_TIMEOUT
|