diff --git a/README.md b/README.md index 0e51996..3f43713 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,15 @@ vendor/bin/monitor analyze --clear-cache ## 2. See full Matrix of Repositories' Dependencies +This command shows dependency table for each defined repository. It will show which package versions are used in which repositories. This way you can easily spot conflicts between your packages and projects. + ```bash vendor/bin/monitor matrix ``` +↓ + +![](./docs/dependency-matrix.png)
diff --git a/docs/dependency-matrix.png b/docs/dependency-matrix.png new file mode 100644 index 0000000..6621320 Binary files /dev/null and b/docs/dependency-matrix.png differ