mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Add recipe for version 4.x
This commit is contained in:
@@ -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
|
||||
8
oneup/flysystem-bundle/4.0/manifest.json
Normal file
8
oneup/flysystem-bundle/4.0/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Oneup\\FlysystemBundle\\OneupFlysystemBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user