Files
symfony-flex-recipes-contrib/oneup.flysystem-bundle.3.0.json
T
github-action botandgithub-action bot 030c77cfa8 Update Flex endpoint
2021-09-22 13:12:29 +00:00

35 lines
1.3 KiB
JSON

{
"manifests": {
"oneup/flysystem-bundle": {
"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",
"oneup_flysystem:",
" adapters:",
" default_adapter:",
" local:",
" directory: '%kernel.cache_dir%/flysystem'",
" filesystems:",
" default_filesystem:",
" adapter: default_adapter",
" alias: League\\Flysystem\\Filesystem",
""
],
"executable": false
}
},
"ref": "e6c6440b279273a468e1f570b0fc1d4ff54ad69e"
}
}
}