Koodimonni / Composer-Dropin-Installer

Use composer for installing dropin dependencies
Do What The F*ck You Want To Public License
45 stars 12 forks source link

This doesn't handle deletions of the files #1

Open onnimonni opened 9 years ago

onnimonni commented 9 years ago

The plugin should keep up records of everything that was installed. This way we could clean up earlier files during update and delete them when they are deleted by composer.

Hook delete function into pre-update-package and pre-delete-package.

sybbear commented 5 years ago

This feature would be really handy. How complex is this to implement?

onnimonni commented 5 years ago

Not that complex, I think this will be an easy task to implement.

I'm happy to apply a pull request if you want to finish this feature.