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:
parent
cae5a927a8
commit
e2534421ba
1 changed files with 12 additions and 0 deletions
12
pages/common/composer-require-checker.md
Normal file
12
pages/common/composer-require-checker.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue