mnsami / composer-custom-directory-installer

A composer plugin, to install differenty types of composer packages in custom directories outside the default composer default installation path which is in the vendor folder.
https://packagist.org/packages/mnsami/composer-custom-directory-installer
MIT License
138 stars 27 forks source link

Composer 2 Compatibility #30

Closed chr-hertel closed 4 years ago

chr-hertel commented 4 years ago

as far as i can see we only need to update the plugin classes here to support plugin api v2

but pear installer is removed in v2

see https://github.com/composer/composer/issues/8726 for more infos

edit: would be great to have a release after we reach compatibility :)

chr-hertel commented 4 years ago

Thanks for merging @mnsami!! :)

What do you think about tagging a release?

mnsami commented 4 years ago

@chr-hertel actually, thank you for your contribution :) .. I have tagged the release 2.0.0

chr-hertel commented 4 years ago

Thanks a lot!!