Hallo,
beim Updaten von Contao 4.9 auf 4.13 während dem Installationspunkt "composer update contao/manager-bundle contao/news-bundle contao/calendar-bundle contao/faq-bundle contao/comments-bundle contao/newsletter-bundle contao/listing-bundle contao/conflicts --no-install" bricht die Installation mit folgender Fehlermeldung ab:
Die composer.json sieht so aus:Code:> Resolving dependencies using Composer Cloud v3.4.4 !!! Current server is sponsored by: Contao Association !!! [7.1MiB/0.18s] Loading composer repositories with package information [69.7MiB/7.00s] Updating dependencies [110.1MiB/7.58s] Your requirements could not be resolved to an installable set of packages. [110.1MiB/7.59s] Problem 1 - Root composer.json requires contao/calendar-bundle 4.13 -> satisfiable by contao/calendar-bundle[4.13.0]. - contao/calendar-bundle 4.13.0 requires symfony/config ^5.4 -> found symfony/config[v5.4.0, ..., v5.4.9] but these were not loaded, likely because it conflicts with another require. Problem 2 - Root composer.json requires contao/comments-bundle 4.13 -> satisfiable by contao/comments-bundle[4.13.0]. - contao/comments-bundle 4.13.0 requires symfony/http-kernel ^5.4 -> found symfony/http-kernel[v5.4.0, ..., v5.4.10] but these were not loaded, likely because it conflicts with another require. Problem 3 - Root composer.json requires contao/faq-bundle 4.13 -> satisfiable by contao/faq-bundle[4.13.0]. - contao/faq-bundle 4.13.0 requires symfony/config ^5.4 -> found symfony/config[v5.4.0, ..., v5.4.9] but these were not loaded, likely because it conflicts with another require. Problem 4 - Root composer.json requires contao/listing-bundle 4.13 -> satisfiable by contao/listing-bundle[4.13.0]. - contao/listing-bundle 4.13.0 requires symfony/http-kernel ^5.4 -> found symfony/http-kernel[v5.4.0, ..., v5.4.10] but these were not loaded, likely because it conflicts with another require. Problem 5 - Root composer.json requires contao/manager-bundle 4.13 -> satisfiable by contao/manager-bundle[4.13.0]. - contao/manager-bundle 4.13.0 requires doctrine/dbal ^3.1 -> found doctrine/dbal[3.1.0, ..., 3.3.7] but these were not loaded, likely because it conflicts with another require. Problem 6 - Root composer.json requires contao/news-bundle 4.13 -> satisfiable by contao/news-bundle[4.13.0]. - contao/news-bundle 4.13.0 requires symfony/config ^5.4 -> found symfony/config[v5.4.0, ..., v5.4.9] but these were not loaded, likely because it conflicts with another require. Problem 7 - Root composer.json requires contao/newsletter-bundle 4.13 -> satisfiable by contao/newsletter-bundle[4.13.0]. - contao/newsletter-bundle 4.13.0 requires symfony/http-kernel ^5.4 -> found symfony/http-kernel[v5.4.0, ..., v5.4.10] but these were not loaded, likely because it conflicts with another require. [110.1MiB/7.59s] <warning>Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.</warning> [40.7MiB/7.62s] Memory usage: 40.67MB (peak: 179.02MB), time: 7.63s. [40.7MiB/7.63s] Finished Composer Cloud resolving. # Cloud Job ID DfNpYwG48zZOuQsoIK14eWvuhs46taA7bp2taRjrihhdsGM4JHVNbMd0byBcdY1Nd466PfRDA1DOdYhv3gH failed
Könnte jemand weiterhelfen wie sich das Problem beheben lässt?Code:{ "type": "project", "require": { "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.*", "do-while/contao-backupdb-bundle": "^1.5", "metamodels/bundle_start": "^2.1", "terminal42/notification_center": "^1.6" }, "extra": { "contao-component-dir": "assets" }, "scripts": { "post-install-cmd": [ "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication" ], "post-update-cmd": [ "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication" ] } }
Vielen Dank und Viele Grüße

Zitieren