Files
symfony-flex-recipes-contrib/pablok.supercache-bundle.0.5.json
T
github-action botandgithub-action bot 030c77cfa8 Update Flex endpoint
2021-09-22 13:12:29 +00:00

29 lines
912 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"
}
}
}