Files
symfony-flex-recipes-contrib/liip.imagine-bundle.1.8.json
T
github-action botandgithub-action bot 7d78e147a4 Update Flex endpoint
2021-09-20 16:37:35 +00:00

54 lines
2.4 KiB
JSON

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