Files
symfony-flex-recipes-contrib/liip.imagine-bundle.1.8.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

49 lines
1.8 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/"
]
},
"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",
"not_installable": false,
"is_contrib": true
}
}
}