frostiede / composer-dependency-list-bundle
Installs: 2 225
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.1
- frostiede/composer-dependency-list: ^2.0
- symfony/console: ^6.4|^7.0
- symfony/framework-bundle: ^6.4|^7.0
README
Integrates frostiede/composer-dependency-list with Symfony 3 or 4.
Installation
$ composer require frostiede/composer-dependency-list-bundle
Important: If you use Symfony 3.x, you also need to enable the bundle in your AppKernel.php
.
Configuration
composer_dependency_list: lock_file: "%kernel.project_dir%/composer.lock" list_template: "@ComposerDependencyList/list.html.twig" license_template: "@ComposerDependencyList/license.html.twig"
lock_file
: Path to yourcomposer.lock
file.list_template
: Twig template which is used to render the list of dependencies.license_template
: Twig template which is used to render the license.
Contribution
Feel free to contribute
Contribution
Feel free to contribute :-)
License
MIT