We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
benefit: have the config in a file, so no CLI parameters are needed
parameter defaults are read from the config-file, and may override system defaults. parameters can still be overridden via CLI parameters
implementation details: use extra section of the composer file. see https://getcomposer.org/doc/04-schema.md#extra
extra
The text was updated successfully, but these errors were encountered:
implementation idea:
Options
Options::setFromPackage()
extras
Options::setFromInput(InputInterface $input)
$input->hasArgument()
Options::vlidate()
alternative: Options::setFrom...() become factory methods, that each create new objects ....
Options::setFrom...()
Sorry, something went wrong.
issue #131 wip
d197e56
No branches or pull requests
benefit: have the config in a file, so no CLI parameters are needed
parameter defaults are read from the config-file, and may override system defaults.
parameters can still be overridden via CLI parameters
implementation details: use
extra
section of the composer file.see https://getcomposer.org/doc/04-schema.md#extra
acc / crit
(+ docs have hint, that this config can be used with the gh-action -- see document configuration gh-php-composer-generate-sbom#1)
The text was updated successfully, but these errors were encountered: