composer-require-checker: add page (#5236)

This commit is contained in:
Owen Voke
2021-02-05 13:59:31 +00:00
committed by GitHub
parent cae5a927a8
commit e2534421ba

View File

@@ -0,0 +1,12 @@
# composer-require-checker
> A CLI tool to analyse Composer dependencies for soft dependencies.
> More information: <https://github.com/maglnet/ComposerRequireChecker>.
- Analyse a Composer JSON file:
`composer-require-checker check {{path/to/composer.json}}`
- Analyse a Composer JSON file with a specific configuration:
`composer-require-checker check --config-file {{path/to/config.json}} {{path/to/composer.json}}`