Minor rewording from autoloader to bin directory (#10776)
parent
766943c767
commit
1c6ba6af47
|
@ -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
|
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
|
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
|
For non-PHP binaries, as of Composer 2.2.6, the bin proxy sets a
|
||||||
`COMPOSER_RUNTIME_BIN_DIR` environment variable.
|
`COMPOSER_RUNTIME_BIN_DIR` environment variable.
|
||||||
|
|
Loading…
Reference in New Issue