Files
symfony-flex-recipes-contrib/phpfastcache.phpfastcache-bundle.3.0.json
T
github-action botandgithub-action bot af31901ef8 Update Flex endpoint
2021-09-20 16:15:05 +00:00

43 lines
2.0 KiB
JSON

{
"locks": {
"phpfastcache/phpfastcache-bundle": {
"version": "3.0",
"recipe": {
"repo": "3.0",
"branch": "master",
"version": "3.0",
"ref": "02e96b4f3739af1dbfdf799e493bcc8e9bd04025"
}
}
},
"manifests": {
"phpfastcache/phpfastcache-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "phpfastcache/phpfastcache-bundle",
"version": "3.0",
"manifest": {
"bundles": {
"Phpfastcache\\Bundle\\PhpfastcacheBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Avoid special chars in the file cache path such as: @, %, :, +, ~, etc.",
"PHPFASTCACHE_FILECACHE_PATH": "%kernel.cache_dir%/phpfastcache/"
}
},
"files": {
"config/packages/phpfastcache.yaml": {
"contents": "phpfastcache:\n twig_driver: \"filecache\" # This option must be a valid declared driver, in our example: \"filecache\"\n twig_block_debug: false # This option will wrap CACHE/ENDCACHE blocks with block debug as HTML comment\n drivers:\n filecache:\n type: Files\n parameters:\n path: \"%env(PHPFASTCACHE_FILECACHE_PATH)%\"\n\n# Define your drivers here. The example below connects to database 0 of the default Redis server.\n#\n# See https://github.com/PHPSocialNetwork/phpfastcache-bundle/wiki for instructions on\n# how to configure the bundle.\n",
"executable": false,
"encoding": ""
}
},
"origin": "phpfastcache/phpfastcache-bundle:3.0@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}