mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
40 lines
1.3 KiB
JSON
40 lines
1.3 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%/"
|
|
}
|
|
},
|
|
"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",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |