You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's it! Run this command once upon a time or run it in CI to eliminate traits with low value to exists. Your code will be more robuts and easier to work with.
297
297
298
298
299
+
<br>
300
+
301
+
## 12. Mutual Private Repository Dependencies
302
+
303
+
Do you have a project that uses 5 private repositories? And another one that uses different 3 private repositories? Are their open-source dependencies up to date?
304
+
305
+
In such situations, we want to get a quick idea about the weakest link. Do all those repositories use the same version of "symfony/console"? What about their min PHP versions?
306
+
307
+
<br>
308
+
309
+
That's where `multi-package-composer-stats` comes. Feed it the links to dependency repositories you want to know versions for:
Do you want to compare **the main projects** and themselves and fetch their dependencies automatically? Provide urls to the repositories and the `--is-source` option:
0 commit comments