Skip to content

solidbunch/composer-installers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SolidBunch Composer Installers

Overview

Custom Composer installers for StarterKit projects by SolidBunch.

Supports custom types:

  • kit-module — for reusable modules located in kit-modules/
  • wordpress-core — for downloading core WordPress files

Installation

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"]
  }
}

Behavior

  • If installer-paths are defined — packages will be installed accordingly.
  • If not — packages will default to vendor/.

Stay Connected

About

Composer installers for custom packages types for StarterKit projects

Topics

Resources

License

Stars

Watchers

Forks

Languages