1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:46:00 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}}`