*: convert en-GB to en-US (#8155)

This commit is contained in:
Seth Falco
2022-06-27 12:23:12 +02:00
committed by GitHub
parent a5933966dd
commit 34fde6d16f
41 changed files with 74 additions and 74 deletions

View File

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