1
0
Fork 0

Minor rewording from autoloader to bin directory (#10776)

pull/10788/head
James Watts 2022-05-13 14:37:32 +02:00 committed by GitHub
parent 766943c767
commit 1c6ba6af47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.