chore: update project dependencies, fix deprecations

This commit is contained in:
Björn Fromme
2026-08-24 09:34:49 +02:00
parent e6e6e041a9
commit 6795a668da
4 changed files with 289 additions and 369 deletions
+3 -6
View File
@@ -2,15 +2,12 @@
flysystem:
storages:
xml_export.storage:
adapter: 'local'
options:
local:
directory: '%env(resolve:XML_EXPORT_PATH)%'
xml_dump.storage:
adapter: 'local'
options:
local:
directory: '%kernel.project_dir%/var/bpn'
# adapter: 'sftp'
# options:
# sftp:
# host: '%env(SFTP_XML_EXPORT_HOST)%'
# port: '%env(int:SFTP_XML_EXPORT_PORT)%'
# username: '%env(SFTP_XML_EXPORT_USER)%'