frostiede / composer-dependency-list-bundle
Package info
github.com/frostieDE/composer-dependency-list-bundle
Type:symfony-bundle
pkg:composer/frostiede/composer-dependency-list-bundle
4.0.1
2024-07-28 12:55 UTC
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.lockfile.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