Vielen Dank, das hat prima funktioniert.
Eine Erweiterung "Download-Statistiken" von bugbuster bleibt aus mir unerfindlichen Gründen Grün, also noch zu updaten.
Per Zahnrad steht es auf ^1.3, die installierte Version ist Version 1.3.2 und vefügbar ist 1.3.4.
Hat jemand dazu eine Idee?
Außerdem sind in meiner composer.json einige Zeilen drin, bei den ich gern wüsste ob sie obsolet sind und ich sie rauschmeißen kann.
Code:
{
"name": "contao/managed-edition",
"type": "project",
"description": "Contao Open Source CMS",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Leo Feyer",
"homepage": "https://github.com/leofeyer"
}
],
"require": {
"php": "^7.3",
"bugbuster/contao-dlstats-bundle": "^1.3",
"codefog/contao-cookiebar": "^2.1",
"codefog/contao-mobile_menu": "^2.7",
"codefog/contao-news_categories": "^3.0",
"codefog/tags-bundle": "^2.1",
"contao/calendar-bundle": "4.9.*",
"contao/comments-bundle": "4.9.*",
"contao/conflicts": "*@dev",
"contao/faq-bundle": "4.9.*",
"contao/listing-bundle": "4.9.*",
"contao/manager-bundle": "4.9.*",
"contao/news-bundle": "4.9.*",
"contao/newsletter-bundle": "4.9.*",
"derhaeuptling/contao-mega-menu": "^1.0",
"fritzmg/contao-file-access": "^2.1",
"fritzmg/contao-news-sorting": "^1.2",
"fritzmg/contao-sharebuttons": "^2.1",
"fritzmg/contao-youtube-iframe": "^2.2",
"heimrichhannot/contao-filename-sanitizer-bundle": "^2.2",
"hofff/contao-recursive-download-folder": "^3.1",
"madeyourday/contao-rocksolid-custom-elements": "^2.2",
"sineos/filemanager-bundle": "^1.0",
"terminal42/notification_center": "^1.5",
"wangaz/contao-jquery-ui-tabs": "^1.1"
},
"conflict": {
"contao-components/installer": "<1.3",
"contao/core-bundle": "<4.4.8"
},
"extra": {
"branch-alias": {
"dev-4.4": "4.4.x-dev"
},
"contao-component-dir": "assets"
},
"scripts": {
"post-install-cmd": [
"Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
],
"post-update-cmd": [
"Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
]
}
}
Viele Grüße,
conter