[4.13.x] con4gis-Reservation, Update von 3.6.37 auf 4.01 funktioniert nicht
Hallo,
aktuelle Installation:Contao 4.13.52, php 8.2.27, con4gis-Reservation 3.6.37, con4gis-Export 2.4.2
Laut Paketdetails (Reservation: ontao/core-bundle: ^4.13 || ^5.3) lässt sich die akuelle Version auch auf 4.13.xx installieren.
Wird aber komischerweise im Manager nicht automatisch als Update (^3.6) angezeigt.
Bei manueller Änderung auf '^4.0' wird nun ein Aktualisieren möglich.
Die Installation bricht aber mit folgender Fehlermeldung im Composer ab:
v4.0.1].
- con4gis/reservation[v4.0.0, ..., v4.0.1] require con4gis/projects ^5.0.1 -> found con4gis/projects[v5.0.1] but these were not loaded, likely because it conflicts with another require.
[132.7MiB/14.07s] <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>
[60.1MiB/14.14s] Memory usage: 60.1MB (peak: 222.23MB), time: 14.14s.
[60.1MiB/14.14s] Finished Composer Cloud resolving.
Habe eine manuelle Installation von con4gis/projects über Pakete nicht gefunden.
Die dazugehörende Erweiterung con4gis-Export 2.4.2 auf 2.5.0 wird ohne Fehlermeldung nicht upgedatet.
Wie soll ich weiter machen? Was ist falsch?
Liste der Anhänge anzeigen (Anzahl: 1)
Zitat:
Zitat von
hpt
Ja habe parallel die zwei con4gis mehrfac versucht zu aktualisieren. Cache usw. auch zuvor gelöscht.
Hast Du wirklich "Alle Pakete aktualisieren" im Manager ausgewählt?
Anhang 27672
Liste der Anhänge anzeigen (Anzahl: 2)
Kannte den Befehl "Alle Pakete aktualisieren" bisher nicht.
Mich verwundert, dass das Update nicht automatisch angezeigt wird:
Anhang 27675
Wird erst angeboten wenn ich manuell auf ^4.0 ändere:
Anhang 27676
Gleiche Fehlermeldung auch bei "Alle Pakete aktualisieren"
Composer.json
Code:
{
"type": "project",
"require": {
"bugbuster/contao-visitors-bundle": "1.8.*",
"cgoit/calendar-extended-bundle": "^2.4",
"con4gis/export": "^2.3",
"con4gis/forum": "^4.1",
"con4gis/reservation": "^3.6",
"contao/calendar-bundle": "4.13.*",
"contao/comments-bundle": "4.13.*",
"contao/conflicts": "*@dev",
"contao/faq-bundle": "4.13.*",
"contao/listing-bundle": "4.13.*",
"contao/manager-bundle": "4.13.*",
"contao/news-bundle": "4.13.*",
"contao/newsletter-bundle": "4.13.*",
"do-while/contao-backupdb-bundle": "^1.4",
"madeyourday/contao-rocksolid-antispam": "^2.0",
"mindbird/contao-calendar-editor": "^4.3",
"oveleon/contao-cookiebar": "1.15.*",
"pdir/contao-survey": "^3.6",
"terminal42/contao-rte_table": "^1.0"
},
"extra": {
"contao-component-dir": "assets"
},
"scripts": {
"post-install-cmd": [
"Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
],
"post-update-cmd": [
"Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
]
}
}