frostiede / composer-dependency-list
Lists all Composer dependencies.
Installs: 2 186
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
README
A small library which parses your composer.lock file and gets you a list of all your dependencies. This can be useful to list all your project dependencies.
Usage
$resolver = new ComposerDependenciesResolver('path/to/your/composer.lock'); /** @var Dependency[] $rependencies */ $dependencies = $resolver->getDependencies();
See the Dependency class for futher reference.
Contribution
Feel free to contribute
Integration
There is a Symfony bundle 😉
Contribution
Feel free to contribute :-)
License
MIT