composer outdated "drupal/*" => drupal/console 1.9.3 update zu 1.9.4
Eingetragen von stela (22)
am 27.01.2020 - 15:18 Uhr in
am 27.01.2020 - 15:18 Uhr in
Hallo liebe Drupalforisten..
Ich habe ein Problem / eine Frage zum Updaten von Modulen per Composer
Ich verwende Drupal 8.8.1
Wenn ich ein
composer outdated "drupal/*"
ausführe bekomme ich folgende Hinweise auf veraltete Module:
drupal/console 1.9.3 1.9.4 The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.
drupal/console-core 1.9.3 1.9.4 Drupal Console Core
drupal/console-en 1.9.3 1.9.4 Drupal Console English Language
drupal/console-extend-plugin 0.9.2 0.9.3 Drupal Console Extend Plugin
drupal/simple_sitemap 3.4.0 3.5.0 Creates a standard conform hreflang XML sitemap of the site content and provides a framework for developing other sitemap types.
drupal/token 1.5.0 1.6.0 Provides a user interface for the Token API and some missing core tokens.
Wenn ich jetz tein Update eines Moduls ausführen will:
composer require drupal/console-core:1.9.4
bekomme ich eine Fehlermeldung:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- drupal/console 1.9.3 requires drupal/console-core 1.9.3 -> satisfiable by drupal/console-core[1.9.3] but these conflict with your requirements or minimum-stability.
- drupal/console 1.9.3 requires drupal/console-core 1.9.3 -> satisfiable by drupal/console-core[1.9.3] but these conflict with your requirements or minimum-stability.
- drupal/console 1.9.3 requires drupal/console-core 1.9.3 -> satisfiable by drupal/console-core[1.9.3] but these conflict with your requirements or minimum-stability.
- Installation request for drupal/console (locked at 1.9.3, required as ~1.0) -> satisfiable by drupal/console[1.9.3].
Installation failed, reverting ./composer.json to its original content.
Was mache ich falsch?
Grüße
Stefani
- Anmelden oder Registrieren um Kommentare zu schreiben
vielleicht gar nichts. Kommt
am 13.02.2020 - 03:46 Uhr
vielleicht gar nichts. Kommt darauf an, was in deiner composer.json steht. Aktualisier' doch mal die console mit
composer require drupal/console
und zeig uns den outputhttps://drupal-tv.de
Drupal sehen und lernen