Baton seems to analyze only dependencies listed as require, not those listed as require-dev.
This makes it difficult to finde usages of packages that are important in a dev context.
Example:
The repository that appears in the result declares a production dependency (require).
Other projects that declare a dev dependency are missing in the list (example)
Baton seems to analyze only dependencies listed as require, not those listed as require-dev.
This makes it difficult to finde usages of packages that are important in a dev context.
Example:
The repository that appears in the result declares a production dependency (require).
Other projects that declare a dev dependency are missing in the list (example)