Ich versuche, von 4.9.39 auf 5.1 zu aktualisieren - bisher leider erfolglos.
Gemeldet wird dies:
Die weiteren Probleme beziehen sich auf die anderen Core-Module Contaos.Code:[7.1MiB/0.20s] Loading composer repositories with package information [70.3MiB/8.52s] Updating dependencies [106.5MiB/8.99s] Your requirements could not be resolved to an installable set of packages. [106.5MiB/9.00s] Problem 1 - Root composer.json requires contao/calendar-bundle 5.1.* -> satisfiable by contao/calendar-bundle[5.1.0]. - contao/calendar-bundle 5.1.0 requires contao/core-bundle 5.1.0 -> found contao/core-bundle[5.1.0] but these were not loaded, likely because it conflicts with another require.
In der composer.json heißt es:
Ich überlege schon, alle Erweiterungen aus der Datei zu entfernen, und einen neuen Aktualisierungsversuch zu starten. Aber vielleicht gibt es noch eine bessere Lösung.Code:{ "name": "contao/managed-edition", "type": "project", "description": "Contao Open Source CMS", "license": "LGPL-3.0+", "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" } ], "require": { "codefog/contao-haste": "^4.24", "codefog/contao-mobile_menu": "^2.7", "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/tcpdf-bundle": "^1.2", "dklemmt/contao_dk_mmenu": "^3.2", "do-while/contao-backupdb-bundle": "^1.4", "fritzmg/contao-sharebuttons": "^2.1", "heimrichhannot/dlh_geocode": "^1.1", "inspiredminds/contao-glightbox": "^1.0", "jrgregory/m17-sticky-backend-footer": "^2.0", "ma3xl3/contao-easy-favicon": "^2.0", "madeyourday/contao-rocksolid-columns": "^2.0", "madeyourday/contao-rocksolid-custom-elements": "^2.3", "madeyourday/contao-rocksolid-frontend-helper": "^2.0", "madeyourday/contao-rocksolid-icon-picker": "^2.0", "madeyourday/contao-rocksolid-slider": "^2.0", "madeyourday/contao-rocksolid-theme-assistant": "^2.0", "terminal42/contao-easy_themes": "^2.2", "terminal42/notification_center": "^1.5" }, "conflict": { "contao/core-bundle": "<4.4.1", "contao-community-alliance/composer-plugin": "3.0.7" }, "config": { "component-dir": "assets" }, "scripts": { "post-install-cmd": [ "@php vendor/bin/contao-setup" ], "post-update-cmd": [ "@php vendor/bin/contao-setup" ] },

Zitieren
