Update 5.3 auf 5.7 - Fehler „ContainerAwareInterface”
Hallo zusammen,
ich versuche ein Update von 5.3 auf 5.7.1.
Eckdaten:
Hosting: allinkl
PHP 8.4.16
Alle Dritterweiterungen sind überprüft oder auf die aktuellste Version umgestellt.
Der Testlauf klappt, aber im finalen Versuch steigt der Manager aus mit folgender Meldung:
Code:
vendor/bin/contao-console list
In ResolveInstanceofConditionalsPass.php line 168:
"Symfony\Component\DependencyInjection\ContainerAwareInterface" is set as an "instanceof" conditional, but it does not exist.
Ich habe bisher folgendes gemacht, was alles nicht zum erfolgreichen Update geführt hat:
- Resolver Cloud deaktiviert
- vendor Verzeichnis gelöscht
- composer.lock umgenannt
Die verwendete composer.json:
Code:
{
"type": "project",
"require": {
"alnv/contao-mobile-dectect": "^1.0",
"cgoit/calendar-extended-bundle": "^2.2",
"clickpress/contao-clickpress-grid": "^2.1",
"codefog/contao-mobile_menu": "^2.7",
"codefog/contao-news_categories": "^4.0",
"contao/calendar-bundle": "5.3.*",
"contao/comments-bundle": "5.3.*",
"contao/conflicts": "*@dev",
"contao/faq-bundle": "5.3.*",
"contao/listing-bundle": "5.3.*",
"contao/manager-bundle": "5.3.*",
"contao/news-bundle": "5.3.*",
"contao/newsletter-bundle": "5.3.*",
"dklemmt/contao_dk_mmenu": "^4.1",
"do-while/contao-backupdb-bundle": "^2.0",
"green-pixelbox/gp_flexible_image": "^2.1",
"heimseiten/contao-link-wrapper-bundle": "^1.1",
"heimseiten/contao-sticky-footer-backend-bundle": "^1.1",
"hofff/contao-layoutusage": "^3.0",
"inspiredminds/contao-glightbox": "^1.0",
"inspiredminds/contao-wowjs": "^1.1",
"madeyourday/contao-rocksolid-frontend-helper": "^2.2",
"madeyourday/contao-rocksolid-slider": "^2.2",
"mediamotionag/contao-backend-optim-bundle": "^3.1",
"numero2/contao-proper-filenames": "^2.1",
"numero2/contao-structured-data": "^1.0",
"oneup/contao-points-of-interest": "^2.6",
"pdir/css-style-selector-bundle": "^1.7",
"pdir/social-feed-bundle": "^2.13",
"ppag/contao-tab-bundle": "^2.0",
"sineos/filemanager-bundle": "^2.0",
"solidwork/contao-subline-bundle": "^1.0",
"tastaturberuf/contao-image-copyright-bundle": "^1.3",
"terminal42/contao-changelanguage": "^3.7",
"terminal42/contao-node": "^1.5",
"terminal42/contao-shortlink": "^1.5",
"terminal42/contao-url-rewrite": "^1.7",
"terminal42/notification_center": "^2.2",
"trilobit-gmbh/contao-tiles-bundle": "^2.0"
},
"extra": {
"public-dir": "public",
"contao-component-dir": "assets"
},
"scripts": {
"post-install-cmd": [
"@php vendor/bin/contao-setup"
],
"post-update-cmd": [
"@php vendor/bin/contao-setup"
]
}
}
Wo könnte ich noch ansetzen?