mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"locks": {
|
|
"pablok/supercache-bundle": {
|
|
"version": "0.5",
|
|
"recipe": {
|
|
"repo": "0.5",
|
|
"branch": "master",
|
|
"version": "0.5",
|
|
"ref": "5b17bac71b92c1035fad1720d4bc0f5e9fe17498"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"pablok/supercache-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "pablok/supercache-bundle",
|
|
"version": "0.5",
|
|
"manifest": {
|
|
"bundles": {
|
|
"PabloK\\SupercacheBundle\\SupercacheBundle": [
|
|
"prod"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/prod/supercache.yaml": {
|
|
"contents": "supercache:\n enabled: true\n cache_dir: '%kernel.project_dir%/public/webcache'\n cache_status_header: false\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "pablok/supercache-bundle:0.5@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |