RobLoach / component-installer

Install Web Components through Composer
https://asset-packagist.org/
Other
280 stars 35 forks source link

Removal results in error. #68

Closed SamMousa closed 9 years ago

SamMousa commented 10 years ago

Removing component installer (ie if all packages depending on it are removed from composer.json) will result in errors being thrown. I think the registration of the callback happens first, then the files are deleted, then the callback can't be called since the files are deleted.

RobLoach commented 9 years ago

This should be fixed in the latest version. Thanks!