drupal/core-recommended 11.2.10 is not yet on Packagist
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3562437. -->
Reported by: [gillesbailleux](https://www.drupal.org/user/65230)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Using Drupal 11.2.9, the Available updates section located at /admin/reports/updates warns me that Drupal 11.2.10 is available.</p>
<p>Performing a <code>composer update -W</code> command does the update:</p>
<pre>user@server:~/public_html$ composer update -W<br>Loading composer repositories with package information<br>Updating dependencies<br>Lock file operations: 0 installs, 3 updates, 0 removals<br> - Upgrading drupal/core-composer-scaffold (11.2.9 => 11.2.10)<br> - Upgrading drupal/core-project-message (11.2.9 => 11.2.10)<br> - Upgrading drupal/core-recipe-unpack (11.2.9 => 11.2.10)<br>Writing lock file<br>Installing dependencies from lock file (including require-dev)<br>Package operations: 0 installs, 3 updates, 0 removals<br> - Upgrading drupal/core-composer-scaffold (11.2.9 => 11.2.10): Extracting archive<br> - Upgrading drupal/core-project-message (11.2.9 => 11.2.10): Extracting archive<br> - Upgrading drupal/core-recipe-unpack (11.2.9 => 11.2.10): Extracting archive<br>Package doctrine/annotations is abandoned, you should avoid using it. No replacement was suggested.<br>Generating autoload files<br>47 packages you are using are looking for funding.<br>Use the `composer fund` command to find out more!<br>No security vulnerability advisories found.<br>user@server:~/public_html$ cd web<br>user@server:~/public_html/web$ ../vendor/drush/drush/drush updb<br> [success] No pending updates.</pre><p>After performing a <code>drush updb</code> command, Drupal 11.2.10 is supposed to be installed but this is not the case as shown in the image in attachment: Drupal 11.2.9 is still installed. </p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p><code>composer update -W</code><br>
<code>drush updb</code></p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>None</p>
issue