Custom Composer installers for StarterKit projects by SolidBunch.
Supports custom types:
kit-module— for reusable modules located inkit-modules/wordpress-core— for downloading core WordPress files
In your project composer.json:
"require": {
"solidbunch/composer-installers": "dev-main"
},
"extra": {
"installer-paths": {
"kit-modules/{$name}/": ["type:kit-module"],
"web/wp-core/": ["type:wordpress-core"]
}
}- If
installer-pathsare defined — packages will be installed accordingly. - If not — packages will default to
vendor/.
- Participate on GitHub Discussions
- Connect via LinkedIn