mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
30 lines
913 B
JSON
30 lines
913 B
JSON
{
|
|
"manifests": {
|
|
"pablok/supercache-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"PabloK\\SupercacheBundle\\SupercacheBundle": [
|
|
"prod"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/prod/supercache.yaml": {
|
|
"contents": [
|
|
"supercache:",
|
|
" enabled: true",
|
|
" cache_dir: '%kernel.project_dir%/public/webcache'",
|
|
" cache_status_header: false",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "5b17bac71b92c1035fad1720d4bc0f5e9fe17498"
|
|
}
|
|
}
|
|
}
|