Drupal Update von 10.2.6 auf 10.4.0 funktioniert nicht
Eingetragen von steffis. (382)
am 28.12.2024 - 16:19 Uhr in
am 28.12.2024 - 16:19 Uhr in
Hallo,
versuche ein Projekt von Version 10.2.6 auf 10.4.0 upzudaten.
composer require drupal/core-recommended:10.4.0 drupal/core-composer-scaffold:10.4.0 drupal/core-project-message:10.4.0 --update-with-all-dependencies
erhalte Rückmeldung:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/core-recommended 10.4.0 -> satisfiable by drupal/core-recommended[10.4.0].
- drupal/core-recommended 10.4.0 requires drupal/core 10.4.0 -> found drupal/core[10.4.0] but these were not loaded, likely because it conflicts with another require.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Jemand eine Idee, wie ich mehr über den Konflikt erfahren kann?
- Anmelden oder Registrieren um Kommentare zu schreiben
Warum die Einschränkung auf
am 28.12.2024 - 18:00 Uhr
Warum die Einschränkung auf die 3 Drupal-Pakete? Ich würde das immer mit composer update -W angehen, damit der composer mehr Möglichkeiten hat. Darüber hinaus solltest Du Deine Liste der möglichen Updates einmal durchsehen. Gibt es da evtl Module die nicht mit Drupal 10.4 kompatibel sind und auch ein Update brauchen. Die können so etwas produzieren.
.
Werner
drupal-training.de
Moderator und Drupal Trainer
* - - - - - - - - - - - - - - - - - - - - - - - - - - - *