From 1c6ba6af4746d425213568e367af686b60df05b3 Mon Sep 17 00:00:00 2001 From: James Watts <403296+jameswatts@users.noreply.github.com> Date: Fri, 13 May 2022 14:37:32 +0200 Subject: [PATCH] Minor rewording from autoloader to bin directory (#10776) --- doc/articles/vendor-binaries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/vendor-binaries.md b/doc/articles/vendor-binaries.md index 6ce952a4e..9c0de3240 100644 --- a/doc/articles/vendor-binaries.md +++ b/doc/articles/vendor-binaries.md @@ -97,7 +97,7 @@ gets installed with a Composer version supporting the feature. As of Composer 2.2.2, a new `$_composer_bin_dir` global variable is defined by the bin proxy file, so that when your binary gets executed -it can use it to easily locate the project's autoloader. +it can use it to easily locate the project's Composer bin directory. For non-PHP binaries, as of Composer 2.2.6, the bin proxy sets a `COMPOSER_RUNTIME_BIN_DIR` environment variable.