You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
Our project stores PHP dependencies in vendor/composer (since we share vendor/ between JavaScript and PHP). Better handling for custom roots was introduced because of #10, but doubly-nested vendor directories still aren't supported because the root is assumed to be the parent directory of vendor-dir:
Our project stores PHP dependencies in
vendor/composer
(since we sharevendor/
between JavaScript and PHP). Better handling for custom roots was introduced because of #10, but doubly-nested vendor directories still aren't supported because the root is assumed to be the parent directory ofvendor-dir
:hhvm-autoload/src/ComposerPlugin.php
Lines 37 to 40 in 2808fe0
Should a config key be introduced to fix this, or would re-purposing
relativeAutoloadRoot
be sufficient?The text was updated successfully, but these errors were encountered: