Component Installer for Composer Allows installation of Components via Composer. Usage To install a Component with Composer, add the Component to your composer.json require key. The following will install both jQuery and normalize.css: { "require": { "components/jquery": "1.9.*", "components/normalize.css": "2.*" } } Using the Component The easiest approach is to use the Component statically. Just