Box as a composer dependency cannot find the correct autoload.php#155
Box as a composer dependency cannot find the correct autoload.php#155tomzx wants to merge 1 commit intobox-project:2.0from
Conversation
|
Hi @tomzx, are you using a custom vendor directory location in your |
|
@kherge, Nope, just the default The structure of my project is I run box using Thus, while One suggestion would be to check if the second directory starting from the right is |
|
Fixed in box-project/box#3 |
I'm not sure if this change actually breaks existing behavior, but I think the idea was that if you found a
composer.jsonfile, you wanted to exit the do-while loop, not exit only when the while condition is true.I've added a
skip = 1because we obviously want to skip the composer.json in theboxdirectory (vendor/kerge/box).