Files
symfony-flex-recipes-contrib/pablok.supercache-bundle.0.5.json
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

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"
}
}
}