Files
symfony-flex-recipes-contrib/pablok.supercache-bundle.0.5.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

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