Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal committed Aug 21, 2024
1 parent f2fe649 commit ff9e070
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@ Another approach for DIC-only usages is to scan the generated php file, but that
### Scanning codebase located elsewhere:
- This can be done by pointing `--composer-json` to `composer.json` of the other codebase

### Disable colored output:
- Set `NO_COLOR` environment variable to disable colored output:
```
NO_COLOR=1 vendor/bin/composer-dependency-analyser
```

## Limitations:
- Extension dependencies are not analysed (e.g. `ext-json`)

Expand Down

0 comments on commit ff9e070

Please sign in to comment.