diff --git a/oneup/flysystem-bundle/3.0/config/packages/oneup_flysystem.yaml b/oneup/flysystem-bundle/3.0/config/packages/oneup_flysystem.yaml index 50b80766..58106204 100644 --- a/oneup/flysystem-bundle/3.0/config/packages/oneup_flysystem.yaml +++ b/oneup/flysystem-bundle/3.0/config/packages/oneup_flysystem.yaml @@ -1,4 +1,4 @@ -# Read the documentation: https://github.com/1up-lab/OneupFlysystemBundle/tree/master/Resources/doc/index.md +# Read the documentation: https://github.com/1up-lab/OneupFlysystemBundle/blob/release/3.x/Resources/doc/index.md oneup_flysystem: adapters: default_adapter: diff --git a/oneup/flysystem-bundle/4.0/config/packages/oneup_flysystem.yaml b/oneup/flysystem-bundle/4.0/config/packages/oneup_flysystem.yaml new file mode 100644 index 00000000..c448b031 --- /dev/null +++ b/oneup/flysystem-bundle/4.0/config/packages/oneup_flysystem.yaml @@ -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 diff --git a/oneup/flysystem-bundle/4.0/manifest.json b/oneup/flysystem-bundle/4.0/manifest.json new file mode 100644 index 00000000..a7fb917c --- /dev/null +++ b/oneup/flysystem-bundle/4.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Oneup\\FlysystemBundle\\OneupFlysystemBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}