franzliedke / studio

A workbench for developing Composer packages.
MIT License
1.14k stars 73 forks source link

Recursive dependencies between studio packages #45

Closed RemiCollin closed 8 years ago

RemiCollin commented 8 years ago

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 ?

franzliedke commented 8 years ago

Nope, but these kind of edge cases will be fixed in the next version. :)

RemiCollin commented 8 years ago

Great! Looking forward to it!