v13 fixes and config updates

This commit is contained in:
Matteo Gallo
2026-07-14 12:50:36 +02:00
parent 6702116da4
commit d0e435d1ef
8 changed files with 529 additions and 367 deletions

View File

@@ -38,7 +38,7 @@
"friendsoftypo3/tt-address": "^9.0",
"sjbr/sr-feuser-register": "^13.4",
"bobosch/ods-osm": "^4.3",
"minifranske/fs-media-gallery": "^5.0",
"minifranske/fs-media-gallery": "^5.x-dev",
"t3brightside/embedassets": "^1.4",
"typo3/cms-filelist": "^13.4",
"typo3/cms-fluid-styled-content": "^13.4",
@@ -66,5 +66,10 @@
"typo3/cms": {
"web-dir": "public"
}
},
"scripts": {
"post-autoload-dump": [
"@php patches/fix_fs_media_gallery_album_assign.php"
]
}
}