I have a project where I develop several composer packages with studio. Let's say I have a A, B, C package, all handled by studio. Packages A & B depends on C. The problem is, when autoloading, the C package isn't autoloaded from its own folder, but from the vendor directory of the A package. Is there an easy way to workaround this ?
I have a project where I develop several composer packages with studio. Let's say I have a A, B, C package, all handled by studio. Packages A & B depends on C. The problem is, when autoloading, the C package isn't autoloaded from its own folder, but from the vendor directory of the A package. Is there an easy way to workaround this ?