{ "manifests": { "liip/imagine-bundle": { "manifest": { "bundles": { "Liip\\ImagineBundle\\LiipImagineBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "public/": "%PUBLIC_DIR%/" }, "gitignore": [ "/%PUBLIC_DIR%/media/cache/" ], "post-install-output": [ " Configure your transformations:", " 1. You MUST verify and uncomment the configuration in %CONFIG_DIR%/packages/liip_imagine.yaml.", " 2. You MAY configure your image transformation library (gmagick, imagick, or gd [default]).", " 3. You MAY define custom transformation definitions under the filter_sets option." ] }, "files": { "config/routes/liip_imagine.yaml": { "contents": [ "_liip_imagine:", " resource: \"@LiipImagineBundle/Resources/config/routing.yaml\"", "" ], "executable": false }, "config/packages/liip_imagine.yaml": { "contents": [ "# See dos how to configure the bundle: https://symfony.com/doc/current/bundles/LiipImagineBundle/basic-usage.html", "liip_imagine:", " # valid drivers options include \"gd\" or \"gmagick\" or \"imagick\"", " driver: \"gd\"", "" ], "executable": false } }, "ref": "ffbb72e74598f04cc7f79f9fc736c77eeb98f569" } } }