Typo3 v12 update and migrated configurations (cartedalegare ext temporary removed)

This commit is contained in:
Matteo Gallo
2026-07-06 11:27:49 +02:00
parent 70416c80c1
commit ddb00952d6
5 changed files with 1609 additions and 1566 deletions

2
.gitignore vendored
View File

@@ -10,9 +10,11 @@ Thumbs.db
/nbproject/
/vendor/
/vendor.old/
/typo3_src/
/typo3/
/index.php
**/_assets/
/var/
/typo3temp/

View File

@@ -20,40 +20,38 @@
}
],
"require": {
"typo3/cms-core": "11.5.41",
"typo3/cms-extbase": "11.5.41",
"typo3/cms-fluid": "11.5.41",
"typo3/cms-frontend": "11.5.41",
"typo3/cms-install": "11.5.41",
"typo3/cms-rte-ckeditor": "11.5.41",
"typo3/cms-setup": "11.5.41",
"catbird/cartedalegare": "@dev",
"t3brightside/youtubevideo": "2.1.1",
"sjbr/static-info-tables": "11.5.3",
"sjbr/sr-freecap": "11.5.2",
"t3brightside/paginatedprocessors": "1.5.1",
"georgringer/numbered-pagination": "2.0.0",
"georgringer/news": "9.4.0",
"sgalinski/lfeditor": "7.1.10",
"dirkpersky/typo3-dp_cookieconsent": "11.6.3",
"friendsoftypo3/tt-address": "8.1.1",
"sjbr/sr-feuser-register": "11.5.4",
"bobosch/ods-osm": "4.2.2",
"minifranske/fs-media-gallery": "3.0.2",
"t3brightside/embedassets": "1.3.0",
"typo3/cms-filelist": "11.5.41",
"typo3/cms-fluid-styled-content": "11.5.41",
"typo3/cms-backend": "11.5.41",
"typo3/cms-viewpage": "11.5.41",
"typo3/cms-form": "11.5.41",
"typo3/cms-info": "11.5.41",
"typo3/cms-recycler": "11.5.41",
"typo3/cms-tstemplate": "11.5.41",
"typo3/cms-reports": "11.5.41",
"typo3/cms-belog": "11.5.41",
"typo3/cms-lowlevel": "11.5.41",
"typo3/cms-beuser": "11.5.41",
"typo3/cms-filemetadata": "11.5.41"
"typo3/cms-core": "^12.4",
"typo3/cms-extbase": "^12.4",
"typo3/cms-fluid": "^12.4",
"typo3/cms-frontend": "^12.4",
"typo3/cms-install": "^12.4",
"typo3/cms-rte-ckeditor": "^12.4",
"typo3/cms-setup": "^12.4",
"t3brightside/youtubevideo": "^3.1",
"sjbr/static-info-tables": "^12.4",
"sjbr/sr-freecap": "^12.0",
"t3brightside/paginatedprocessors": "^1.7",
"georgringer/numbered-pagination": "^1.0",
"georgringer/news": "^11.4",
"sgalinski/lfeditor": "^8.0",
"dirkpersky/typo3-dp_cookieconsent": "^13.0",
"friendsoftypo3/tt-address": "^9.0",
"sjbr/sr-feuser-register": "^12.5",
"bobosch/ods-osm": "^4.3",
"minifranske/fs-media-gallery": "^4.0",
"t3brightside/embedassets": "^1.4",
"typo3/cms-filelist": "^12.4",
"typo3/cms-fluid-styled-content": "^12.4",
"typo3/cms-backend": "^12.4",
"typo3/cms-viewpage": "^12.4",
"typo3/cms-form": "^12.4",
"typo3/cms-info": "^12.4",
"typo3/cms-recycler": "^12.4",
"typo3/cms-reports": "^12.4",
"typo3/cms-belog": "^12.4",
"typo3/cms-lowlevel": "^12.4",
"typo3/cms-beuser": "^12.4",
"typo3/cms-filemetadata": "^12.4"
},
"config": {
"allow-plugins": {

3107
composer.lock generated

File diff suppressed because it is too large Load Diff