kuiper / component-installer
Composer plugin install kuiper component
Installs: 10 457
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- php: >=7.2
- composer-plugin-api: ^1.0||^2.0
Requires (Dev)
- composer/composer: ^2.0
README
{ "extra": { "kuiper": { "config-file": "config/container.php", "component-scan": [], "configuration": [], "whitelist": [], "blacklist": [] } } }
root package config:
name | type | description |
---|---|---|
config-file | string | the output file name |
whitelist | array | the package name to collect without ask. Matches using fnmatch . |
blacklist | array | the package name to ignore |
component-scan | array | namespace to scan. Default add all psr-4 namespace. set to false to ignore |
configuration | array | class as configuration |