RobLoach / component-installer

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

dropzone #75

Closed glensc closed 9 years ago

glensc commented 9 years ago

so, i tried to use enyo/dropzone, composer downloaded it (v4.0.1), but component-installer did not copy components, even the project has component.json file. project has composer.json too, otherwise it wouldn't be found from packagist

so component-installer does not support detached component.json file? need to still put everything inside composer.json?

RobLoach commented 9 years ago

Needs to be a type of component: https://github.com/enyo/dropzone/pull/857

glensc commented 9 years ago

thanks! i was guessing that could be the reason.