Less sctrict Core requirement
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3533771. --> Reported by: [anairamzap](https://www.drupal.org/user/2302858) Related to !87 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Latest dev version (and ^1.1@beta6) requires a drupal/core 1.1 version which prevents to update core to 11.2</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ol> <li>Install ui_icons module in a Drupal 11 project (11.1.8, for example).</li> <li>Try to update core to latest 11.2 with <code>composer update "drupal/core-*" --with-all-dependencies</code></li> </ol> <p>Note how the core-recommended project gets stuck in 11.1.8<br> This is because this project requires 11.1 in the composer file.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Lighten the requirement for drupal/core: ^11</p>
issue