Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add Composer Require Checker #255
Comments
|
@olivernybroe After your great last refactor, it's trivial to add new wrappers? Do you think it's worth to write something about it on the readme? Or its still something that should be kept internal (to us)? |
|
@nunomaduro I think we could have a contribution section which tells you how to integrate a new tool |


Would be great add a
maglnet/ComposerRequireCheckerto 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.