nunomaduro/phpinsights

Add Composer Require Checker

Open

#255 opened on Aug 25, 2019

View on GitHub
 (2 comments) (1 reaction) (0 assignees)PHP (308 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (5,092 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Q A
Bug report? no
Feature request? yes
Library version latest

Would be great add a maglnet/ComposerRequireChecker to php insights, so we can analyze composer dependencies and verify that no unknown symbols are used in the sources of a package. This will prevent you from using "soft" dependencies that are not defined within your composer.json require section.

Contributor guide