Add recipe for version 4.x

This commit is contained in:
David Greminger
2021-02-23 21:32:01 +01:00
parent a3e108d2ce
commit 118acba4f6
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Read the documentation: https://github.com/1up-lab/OneupFlysystemBundle
oneup_flysystem:
adapters:
default_adapter:
local:
location: '%kernel.cache_dir%/flysystem'
filesystems:
default_filesystem:
adapter: default_adapter
alias: League\Flysystem\Filesystem

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Oneup\\FlysystemBundle\\OneupFlysystemBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}