custom-installer icon indicating copy to clipboard operation
custom-installer copied to clipboard

Composer Custom Type Installer

Results 2 custom-installer issues
Sort by recently updated
recently updated
newest added

With https://github.com/oomphinc/composer-installers-extender there is a package, that provides the same functionality as _custom-installer_ does. The project is also mentioned on https://github.com/composer/installers#should-we-allow-dynamic-package-types-or-paths-no, so it will likely have more attention. In addition...

I added `"components/jquery": "3.5.*"` to project with following rule: ``` "extra": { "custom-installer": { "../js/{$name}/": ["components/jquery"] } }, ``` In this case it does not work because type of `components/jquery`...