drupal/twig_extensions 2.3.0 requires drupal/core ^9 || ^10
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3512008. --> Reported by: [maxilein](https://www.drupal.org/user/1020354) Related to !9 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>On D11.1.4 it cannot be installed</p> <p>composer require 'drupal/twig_extensions:^2.3'<br> ./composer.json has been updated<br> Running composer update drupal/twig_extensions<br> Gathering patches for root package.<br> Loading composer repositories with package information<br> Updating dependencies<br> Your requirements could not be resolved to an installable set of packages.</p> <p> Problem 1<br> - Root composer.json requires drupal/twig_extensions ^2.3 -&gt; satisfiable by drupal/twig_extensions[2.3.0].<br> - drupal/twig_extensions 2.3.0 requires drupal/core ^9 || ^10 -&gt; found drupal/core[9.0.0, ..., 9.5.11, 10.0.0, ..., 10.4.4] but the package is fixed to 11.1.4 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue