Hallo zusammen,

ich versuche verzweifelt nach einem Update von 3.5.x das Glossar wieder zum Laufen zu bekommen:
https://packagist.org/packages/sioweb/glossar

Wenn ich das richtig verstehe, müsste die Erweiterung damit laufen. Verschiedene Versionen des Glossars habe ich auch schon versucht, erhalte aber immer die u.g. Fehlermeldung zu contao-components.

Kann mir jemand einen Tipp geben, was ich tun kann? Eine neuere Contao-Version kann ich derzeit wegen meta-models nicht nutzen.

Vielen Dank!
Fwac.


Beim Installationsversuch über den Manager erhalte ich folgende Meldung:
Code:
- Can only install one of: contao-components/contao[8.0.3, 7.1.6].
    - Can only install one of: contao-components/contao[8.0.4, 7.1.6].
    - Can only install one of: contao-components/contao[9.0.0, 7.1.6].
    - Installation request for contao-components/contao (locked at 7.1.6) -> satisfiable by contao-components/contao[7.1.6].

Hier die composer.json:
Code:
{
    "type": "project",
    "require": {
        "contao/calendar-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.*",
        "isotope/isotope-core": "^2.6",
        "madeyourday/contao-rocksolid-slider": "^2.0",
        "terminal42/contao-changelanguage": "^3.1"
    },
    "extra": {
        "contao-component-dir": "assets"
    },
    "scripts": {
        "post-install-cmd": [
            "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
        ],
        "post-update-cmd": [
            "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
        ]
    }
}