I'm a software developer and frequently jump from a project to another and I have a problem with Composer.
If I have 2 separated projects, each of them need a package from composer (and it's dependancies) and each of them goes on vendor, then I'll have a vendor directory full of junk. That's bad.
So how can I ask composer to install package A on vendorA and package B on vendorB? It's a simple concept but every test I did and every search I've done was useless.
Can someone have the solution? If Composer is so wide used it should be a little less dull damn!