Files
symfony-flex-recipes-contrib/cache.adapter-bundle.1.1.json
T
github-action botandgithub-action bot 7d78e147a4 Update Flex endpoint
2021-09-20 16:37:35 +00:00

42 lines
1.4 KiB
JSON

{
"locks": {
"cache/adapter-bundle": {
"version": "1.1",
"recipe": {
"repo": "1.1",
"branch": "master",
"version": "1.1",
"ref": "808d9142e173dfca88ef8b9aa72a7431d63caf27"
}
}
},
"manifests": {
"cache/adapter-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "cache/adapter-bundle",
"version": "1.1",
"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:\n providers:\n default:\n factory: cache.factory.array\n",
"executable": false,
"encoding": ""
}
},
"origin": "cache/adapter-bundle:1.1@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}