Hey Spooky,
ich habe mir die Zeilen aus der composer.json nochmal angeschaut. Du hattest Recht. Die hatte ich tatsächlich aus der offiziellen Installationsanleitung.
Ob aber mit oder ohne "contao-community-alliance/composer-client", funktioniert es nicht mit der Installation über den Contao Manager. Probiere ich metamodels/core oder metamodels/bundle_all zu installieren, kommt es zu besagtem Fehler.
Hier nochmal die Ausgabe bei dem Versuch metamodels/core zu installieren
Code:
> Resolving dependencies using Composer Cloud v2.0.8
[364.6MiB/8.79s] Loading composer repositories with package information
[364.9MiB/8.94s] Updating dependencies
[2080.8MiB/105.90s] Your requirements could not be resolved to an installable set of packages.
[2080.8MiB/105.92s]
Problem 1
- metamodels/core 2.1.1 requires contao-community-alliance/dc-general ^2.1.3 -> satisfiable by contao-community-alliance/dc-general[2.1.3].
- Conclusion: don't install contao-community-alliance/dc-general 2.1.3
- Installation request for metamodels/core ^2.1 -> satisfiable by metamodels/core[2.1.0, 2.1.1].
- Conclusion: don't install menatwork/contao-multicolumnwizard 3.3.16
- metamodels/core 2.1.0 requires contao-community-alliance/dc-general ^2.1.0 -> satisfiable by contao-community-alliance/dc-general[2.1.0, 2.1.1, 2.1.2, 2.1.3].
- contao-community-alliance/dc-general 2.1.0 conflicts with menatwork/contao-multicolumnwizard[3.3.16].
- contao-community-alliance/dc-general 2.1.1 conflicts with menatwork/contao-multicolumnwizard[3.3.16].
- contao-community-alliance/dc-general 2.1.2 conflicts with menatwork/contao-multicolumnwizard[3.3.16].
- Installation request for menatwork/contao-multicolumnwizard (locked at 3.3.16) -> satisfiable by menatwork/contao-multicolumnwizard[3.3.16].
[2080.8MiB/105.92s] <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>
[656.1MiB/137.27s] Memory usage: 656.15MB (peak: 2591.34MB), time: 137.27s.
[656.1MiB/137.27s] Finished Composer Cloud resolving.
und die dazugehörige composer.js lautet aktuell
Code:
{
"type": "project",
"require": {
"contao/calendar-bundle": "^4.4",
"contao/comments-bundle": "^4.4",
"contao/conflicts": "*@dev",
"contao/faq-bundle": "^4.4",
"contao/listing-bundle": "^4.4",
"contao/manager-bundle": "4.4.*",
"contao/news-bundle": "^4.4",
"contao/newsletter-bundle": "^4.4",
"netzmacht/contao-leaflet-libraries": "^1.3",
"netzmacht/contao-leaflet-maps": "^3.1"
},
"extra": {
"contao-component-dir": "assets"
},
"scripts": {
"post-install-cmd": [
"Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
],
"post-update-cmd": [
"Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
]
}
}
Ich habe es in der Zwischenzeit auch bei einer anderen Installation (anderer Server, aber auch Contao 4.4) probiert und erhalte das gleiche Ergebnis. In der Meldung heißt es ja:
- Conclusion: don't install contao-community-alliance/dc-general 2.1.3
- Conclusion: don't install menatwork/contao-multicolumnwizard 3.3.16
Diese werden aber laut Beschreibung benötigt (siehe packagist.org/packages/metamodels/core)
Taucht dieser Konflikt tatsächlich nur bei mir auf? Oder was läuft hier schief? Komme da nicht wirklich hinter. Vielleicht habt ihr ja eine Idee. Ich bin für alle Hinweise dankbar.