mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
49 lines
1.8 KiB
JSON
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
|
|
}
|
|
}
|
|
} |