chore: update project dependencies, fix deprecations
This commit is contained in:
+1
-1
@@ -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
File diff suppressed because it is too large
Load Diff
@@ -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)%'
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user