Doc clarification
parent
8a36c88cac
commit
5d218287d9
|
@ -158,4 +158,8 @@ composer-runtime-api 2.2 introduced a new `$_composer_autoload_path` global
|
||||||
variable set when running binaries installed with Composer. Read more
|
variable set when running binaries installed with Composer. Read more
|
||||||
about this [on the vendor binaries docs](articles/vendor-binaries.md#finding-the-composer-autoloader-from-a-binary).
|
about this [on the vendor binaries docs](articles/vendor-binaries.md#finding-the-composer-autoloader-from-a-binary).
|
||||||
|
|
||||||
|
This is set by the binary proxy and as such is not made available to projects
|
||||||
|
by Composer's `vendor/autoload.php`, which would be useless as it would point back
|
||||||
|
to itself.
|
||||||
|
|
||||||
← [Config](06-config.md) | [Community](08-community.md) →
|
← [Config](06-config.md) | [Community](08-community.md) →
|
||||||
|
|
Loading…
Reference in New Issue