Skip to content

Commit f51a9ca

Browse files
committed
Readme
1 parent 78443b1 commit f51a9ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
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)