Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use parent's uninstall implementation, which is more reliable. #348

Merged
merged 3 commits into from
Oct 18, 2017

Conversation

david-garcia-garcia
Copy link
Contributor

I am attempting to add support for having packages installed to source (basically having a package not being moved around by composer and installed from an arbitrary location in the current repository):

composer/composer#6174

The current implementation of remove() in Installer breaks that, as it assumes that removing a package forcefully requires it's deployment directory to be removed. This patch relies on the upstream LibraryInstaller implementation to remove a package, which should be more reliable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants