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
+1 -1
View File
@@ -30,7 +30,7 @@
"maennchen/zipstream-php": "^3.1",
"nelmio/security-bundle": "^3.0",
"nesbot/carbon": "^2.70",
"oneup/uploader-bundle": "^4.0",
"oneup/uploader-bundle": "^5.1",
"phpdocumentor/reflection-docblock": "^5.3",
"phpstan/phpdoc-parser": "^1.22",
"scienta/doctrine-json-functions": "^6.3",
Generated
+285 -356
View File
File diff suppressed because it is too large Load Diff
+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)%'
-6
View File
@@ -8,12 +8,6 @@ nelmio_security:
content_type:
nosniff: true
# forces Microsoft's XSS-Protection with
# its block mode
xss_protection:
enabled: true
mode_block: true
# Send a full URL in the `Referer` header when performing a same-origin request,
# only send the origin of the document to secure destination (HTTPS->HTTPS),
# and send no header to a less secure destination (HTTPS->HTTP).