mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"manifests": {
|
|
"cache/adapter-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Cache\\AdapterBundle\\CacheAdapterBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"post-install-output": [
|
|
" Download the adapters you want to use from <comment>http://www.php-cache.com/en/latest/#cache-pool-implementations</comment>."
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/cache_adapter.yaml": {
|
|
"contents": [
|
|
"cache_adapter:",
|
|
" providers:",
|
|
" default:",
|
|
" factory: cache.factory.array",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "808d9142e173dfca88ef8b9aa72a7431d63caf27"
|
|
}
|
|
}
|
|
}
|