hiqdev / asset-packagist

Asset Packagist
https://asset-packagist.org
BSD 3-Clause "New" or "Revised" License
247 stars 24 forks source link

Possible to add version number of package in folder name #158

Closed chross closed 11 months ago

chross commented 11 months ago

Is it possible to add multiple packages with trailing version number, like in composer, for when I need two different versions of the same asset at once? I did not find this option in the oomphinc/composer-installers-extender plugin. Should I pose this question there?

SilverFire commented 11 months ago

Hi! Could you show an example how you install multiple versions of the same Composer package?

chross commented 11 months ago

Sorry, my bad, I couldn't. Please disregard this comment, I got something mixed up in my folder structure. Still, I wish I could install multiple versions for npm-assets.

SilverFire commented 11 months ago

The only idea I have is to create multiple dirs with different composer.json files and have a separate vendor/ dir in each