Merge pull request #1367 from chalasr/rm-flysystem

Remove league/flysystem-bundle as it is now an official recipe
This commit is contained in:
Fabien Potencier
2022-03-12 10:18:35 +01:00
committed by GitHub
4 changed files with 0 additions and 20 deletions
@@ -1,7 +0,0 @@
# Read the documentation at https://github.com/thephpleague/flysystem-bundle/blob/master/docs/1-getting-started.md
flysystem:
storages:
default.storage:
adapter: 'local'
options:
directory: '%kernel.project_dir%/%VAR_DIR%/storage/default'
@@ -1,9 +0,0 @@
{
"bundles": {
"League\\FlysystemBundle\\FlysystemBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"var/": "%VAR_DIR%/"
}
}
@@ -1,4 +0,0 @@
* <fg=blue>Configure</> your own storages in <comment>config/packages/flysystem.yaml</comment>.
* <fg=blue>Read</> the documentation at:
<comment>https://github.com/thephpleague/flysystem-bundle/blob/master/docs/1-getting-started.md</>