mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"locks": {
|
|
"lireincore/imgcache-bundle": {
|
|
"version": "0.1",
|
|
"recipe": {
|
|
"repo": "0.1",
|
|
"branch": "master",
|
|
"version": "0.1",
|
|
"ref": "6f25f3b1a002e26a1050c4d394bdf5c3275845e4"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"lireincore/imgcache-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "lireincore/imgcache-bundle",
|
|
"version": "0.1",
|
|
"manifest": {
|
|
"bundles": {
|
|
"LireinCore\\ImgCacheBundle\\LireinCoreImgCacheBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/lireincore_imgcache.yaml": {
|
|
"contents": "lireincore_imgcache:\n driver: gd\n destdir: '%kernel.project_dir%/public/thumbs'\n webdir: '%kernel.project_dir%/public'\n",
|
|
"executable": true,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "lireincore/imgcache-bundle:0.1@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |