mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"locks": {
|
|
"oneup/flysystem-bundle": {
|
|
"version": "3.0",
|
|
"recipe": {
|
|
"repo": "3.0",
|
|
"branch": "master",
|
|
"version": "3.0",
|
|
"ref": "e6c6440b279273a468e1f570b0fc1d4ff54ad69e"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"oneup/flysystem-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "oneup/flysystem-bundle",
|
|
"version": "3.0",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Oneup\\FlysystemBundle\\OneupFlysystemBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/oneup_flysystem.yaml": {
|
|
"contents": "# Read the documentation: https://github.com/1up-lab/OneupFlysystemBundle/blob/release/3.x/Resources/doc/index.md\noneup_flysystem:\n adapters:\n default_adapter:\n local:\n directory: '%kernel.cache_dir%/flysystem'\n filesystems:\n default_filesystem:\n adapter: default_adapter\n alias: League\\Flysystem\\Filesystem\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "oneup/flysystem-bundle:3.0@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |