SanderSander / composer-link

Adds ability to link local packages for development with composer
https://packagist.org/packages/sandersander/composer-link
Other
58 stars 3 forks source link

Implement uninstall procedure #17

Open SanderSander opened 2 years ago

SanderSander commented 2 years ago

Currently when the plugin is uninstalled nothing happens.

The plugin should remove all linked packages, and do some cleanup. Globally linked packages should be unlinked (#15 ).

When the compposer-link is installed globally we should do this procedure for every project where composer-link is active (Depends #19 )