Skip to content

Commit ff9e070

Browse files
committed
Readme
1 parent f2fe649 commit ff9e070

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,12 @@ Another approach for DIC-only usages is to scan the generated php file, but that
160160
### Scanning codebase located elsewhere:
161161
- This can be done by pointing `--composer-json` to `composer.json` of the other codebase
162162

163+
### Disable colored output:
164+
- Set `NO_COLOR` environment variable to disable colored output:
165+
```
166+
NO_COLOR=1 vendor/bin/composer-dependency-analyser
167+
```
168+
163169
## Limitations:
164170
- Extension dependencies are not analysed (e.g. `ext-json`)
165171

0 commit comments

Comments
 (0)