Problem/Motivation

Using Drupal 11.2.9, the Available updates section located at /admin/reports/updates warns me that Drupal 11.2.10 is available.

Performing a composer update -W command does the update:

user@server:~/public_html$ composer update -W
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 3 updates, 0 removals
  - Upgrading drupal/core-composer-scaffold (11.2.9 => 11.2.10)
  - Upgrading drupal/core-project-message (11.2.9 => 11.2.10)
  - Upgrading drupal/core-recipe-unpack (11.2.9 => 11.2.10)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 3 updates, 0 removals
  - Upgrading drupal/core-composer-scaffold (11.2.9 => 11.2.10): Extracting archive
  - Upgrading drupal/core-project-message (11.2.9 => 11.2.10): Extracting archive
  - Upgrading drupal/core-recipe-unpack (11.2.9 => 11.2.10): Extracting archive
Package doctrine/annotations is abandoned, you should avoid using it. No replacement was suggested.
Generating autoload files
47 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found.
user@server:~/public_html$ cd web
user@server:~/public_html/web$ ../vendor/drush/drush/drush updb
 [success] No pending updates.

After performing a drush updb 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.

Steps to reproduce

composer update -W
drush updb

Proposed resolution

None

Comments

gillesbailleux created an issue. See original summary.

longwave’s picture

Category: Bug report » Support request
Status: Active » Postponed (maintainer needs more info)

This is likely an issue with your composer.json, please post the contents of that, or try

composer why-not drupal/core 11.2.10
gillesbailleux’s picture

Category: Support request » Bug report
Status: Postponed (maintainer needs more info) » Active

Thank you dave for your quick answer and for the command line.

Here is what is displayed.

user@server:~/public_html$ composer why-not drupal/core 11.2.10
drupal/core-recommended 11.2.9 requires drupal/core (11.2.9) 
Not finding what you were looking for? Try calling `composer update "drupal/core:11.2.10" --dry-run` to get another view on the problem.
user@server:~/public_html$ 
gillesbailleux’s picture

After performing the suggested command line composer update "drupal/core:11.2.10" --dry-run, this is displayed:

user@server:~/public_html$ composer update "drupal/core:11.2.10" --dry-run
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - drupal/address is locked to version 2.0.4 and an update of this package was not requested.
    - drupal/address 2.0.4 requires drupal/core ^9.5 || ^10 || ^11 -> found drupal/core[9.5.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - drupal/antibot is locked to version 2.0.4 and an update of this package was not requested.
    - drupal/antibot 2.0.4 requires drupal/core ^8.8 || ^9 || ^10 || ^11 -> found drupal/core[8.8.0, ..., 8.9.20, 9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - drupal/back_to_top is locked to version 3.0.3 and an update of this package was not requested.
    - drupal/back_to_top 3.0.3 requires drupal/core ^9 || ^10 || ^11 -> found drupal/core[9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 4
    - drupal/better_exposed_filters is locked to version 7.1.1 and an update of this package was not requested.
    - drupal/better_exposed_filters 7.1.1 requires drupal/core ^10.3 || ^11 -> found drupal/core[10.3.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 5
    - drupal/better_social_sharing_buttons is locked to version 4.1.0 and an update of this package was not requested.
    - drupal/better_social_sharing_buttons 4.1.0 requires drupal/core ^9.3 || ^10 || ^11 -> found drupal/core[9.3.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 6
    - drupal/blazy is locked to version 3.0.15 and an update of this package was not requested.
    - drupal/blazy 3.0.15 requires drupal/core >=9.4 -> found drupal/core[9.4.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 7
    - drupal/block_class is locked to version 4.0.2 and an update of this package was not requested.
    - drupal/block_class 4.0.2 requires drupal/core ^9 || ^10 || ^11 -> found drupal/core[9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 8
    - drupal/bootstrap_barrio is locked to version 5.5.20 and an update of this package was not requested.
    - drupal/bootstrap_barrio 5.5.20 requires drupal/core ^10.3 || ^11.0 -> found drupal/core[10.3.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 9
    - drupal/bootstrap_layout_builder is locked to version 2.2.1 and an update of this package was not requested.
    - drupal/bootstrap_layout_builder 2.2.1 requires drupal/core ^10.3 || ^11 -> found drupal/core[10.3.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 10
    - drupal/colorbox is locked to version 2.1.4 and an update of this package was not requested.
    - drupal/colorbox 2.1.4 requires drupal/core ^10 || ^11 -> found drupal/core[10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 11
    - drupal/core-recommended is locked to version 11.2.9 and an update of this package was not requested.
    - drupal/core-recommended 11.2.9 requires drupal/core 11.2.9 -> found drupal/core[11.2.9] but it conflicts with your temporary update constraint (drupal/core:11.2.10).
  Problem 12
    - drupal/ctools is locked to version 4.1.0 and an update of this package was not requested.
    - drupal/ctools 4.1.0 requires drupal/core ^9.5 || ^10 || ^11 -> found drupal/core[9.5.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 13
    - drupal/easy_breadcrumb is locked to version 2.0.9 and an update of this package was not requested.
    - drupal/easy_breadcrumb 2.0.9 requires drupal/core ^9.2 || ^10 || ^11 -> found drupal/core[9.2.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 14
    - drupal/editor_advanced_link is locked to version 2.3.3 and an update of this package was not requested.
    - drupal/editor_advanced_link 2.3.3 requires drupal/core ^10.5 || ^11.2 -> found drupal/core[10.5.0, ..., 10.5.8, 11.2.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 15
    - drupal/entity_reference_revisions is locked to version 1.12.0 and an update of this package was not requested.
    - drupal/entity_reference_revisions 1.12.0 requires drupal/core ^9 || ^10 || ^11 -> found drupal/core[9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 16
    - drupal/field_formatter_class is locked to version 1.8.0 and an update of this package was not requested.
    - drupal/field_formatter_class 1.8.0 requires drupal/core ^10.2 || ^11.0 -> found drupal/core[10.2.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 17
    - drupal/field_group is locked to version 4.0.0 and an update of this package was not requested.
    - drupal/field_group 4.0.0 requires drupal/core ^10.3 || ^11 -> found drupal/core[10.3.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 18
    - drupal/gin is locked to version 5.0.9 and an update of this package was not requested.
    - drupal/gin 5.0.9 requires drupal/core ^11.2 -> found drupal/core[11.2.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 19
    - drupal/gridstack is locked to version 3.0.3 and an update of this package was not requested.
    - drupal/gridstack 3.0.3 requires drupal/core >=9.4 -> found drupal/core[9.4.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 20
    - drupal/hreflang is locked to version 1.16.0 and an update of this package was not requested.
    - drupal/hreflang 1.16.0 requires drupal/core ^8 || ^9 || ^10 || ^11 -> found drupal/core[8.0.0, ..., 8.9.20, 9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 21
    - drupal/imagemagick is locked to version 4.0.2 and an update of this package was not requested.
    - drupal/imagemagick 4.0.2 requires drupal/core ^10.3 | ^11 -> found drupal/core[10.3.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 22
    - drupal/layout_builder_blocks is locked to version 1.1.2 and an update of this package was not requested.
    - drupal/layout_builder_blocks 1.1.2 requires drupal/core ^9.3 || ^10 || ^11 -> found drupal/core[9.3.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 23
    - drupal/layout_builder_modal is locked to version 2.0.0 and an update of this package was not requested.
    - drupal/layout_builder_modal 2.0.0 requires drupal/core ^9.5 || ^10.2 || ^11 -> found drupal/core[9.5.0, ..., 9.5.11, 10.2.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 24
    - drupal/layout_builder_styles is locked to version 2.1.0 and an update of this package was not requested.
    - drupal/layout_builder_styles 2.1.0 requires drupal/core ^8.7.7 || ^9 || ^10 || ^11 -> found drupal/core[8.7.7, ..., 8.9.20, 9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 25
    - drupal/leaflet is locked to version 10.3.11 and an update of this package was not requested.
    - drupal/leaflet 10.3.11 requires drupal/core ^9.3 || ^10 || ^11 -> found drupal/core[9.3.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 26
    - drupal/leaflet_more_maps is locked to version 2.2.3 and an update of this package was not requested.
    - drupal/leaflet_more_maps 2.2.3 requires drupal/core ^8.8 || ^9 || ^10 || ^11 -> found drupal/core[8.8.0, ..., 8.9.20, 9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 27
    - drupal/leaflet_more_markers is locked to version 1.1.3 and an update of this package was not requested.
    - drupal/leaflet_more_markers 1.1.3 requires drupal/core ^9.3 || ^10 || ^11 -> found drupal/core[9.3.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 28
    - drupal/link_attributes is locked to version 2.1.2 and an update of this package was not requested.
    - drupal/link_attributes 2.1.2 requires drupal/core ^9 || ^10 || ^11 -> found drupal/core[9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 29
    - drupal/metatag is locked to version 2.2.0 and an update of this package was not requested.
    - drupal/metatag 2.2.0 requires drupal/core ^10.3 || ^11 -> found drupal/core[10.3.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 30
    - drupal/office_hours is locked to version 1.28.0 and an update of this package was not requested.
    - drupal/office_hours 1.28.0 requires drupal/core ^8 || ^9 || ^10 || ^11 -> found drupal/core[8.0.0, ..., 8.9.20, 9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 31
    - drupal/pathauto is locked to version 1.14.0 and an update of this package was not requested.
    - drupal/pathauto 1.14.0 requires drupal/core ^10 || ^11 -> found drupal/core[10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 32
    - drupal/photoswipe is locked to version 5.0.6 and an update of this package was not requested.
    - drupal/photoswipe 5.0.6 requires drupal/core ^9.3 || ^10 || ^11 -> found drupal/core[9.3.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 33
    - drupal/redirect is locked to version 1.12.0 and an update of this package was not requested.
    - drupal/redirect 1.12.0 requires drupal/core ^10 || ^11 -> found drupal/core[10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 34
    - drupal/schema_metatag is locked to version 3.0.3 and an update of this package was not requested.
    - drupal/schema_metatag 3.0.3 requires drupal/core ^9 || ^10 || ^11 -> found drupal/core[9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 35
    - drupal/simple_sitemap is locked to version 4.2.3 and an update of this package was not requested.
    - drupal/simple_sitemap 4.2.3 requires drupal/core ^10.3 || ^11 -> found drupal/core[10.3.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 36
    - drupal/sitemap is locked to version 2.5.0 and an update of this package was not requested.
    - drupal/sitemap 2.5.0 requires drupal/core ^10.2 || ^11 -> found drupal/core[10.2.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 37
    - drupal/slick is locked to version 3.0.6 and an update of this package was not requested.
    - drupal/slick 3.0.6 requires drupal/core >=9.4 -> found drupal/core[9.4.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 38
    - drupal/slick_entityreference is locked to version 3.0.0 and an update of this package was not requested.
    - drupal/slick_entityreference 3.0.0 requires drupal/core ^8 || ^9 || ^10 || ^11 -> found drupal/core[8.0.0, ..., 8.9.20, 9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 39
    - drupal/slick_extras is locked to version 2.0.2 and an update of this package was not requested.
    - drupal/slick_extras 2.0.2 requires drupal/core >=9.4 -> found drupal/core[9.4.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 40
    - drupal/slick_lightbox is locked to version 2.0.1 and an update of this package was not requested.
    - drupal/slick_lightbox 2.0.1 requires drupal/core >=9.4 -> found drupal/core[9.4.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 41
    - drupal/slick_views is locked to version 3.0.3 and an update of this package was not requested.
    - drupal/slick_views 3.0.3 requires drupal/core >=9.4 -> found drupal/core[9.4.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 42
    - drupal/svg_sanitizer is locked to version 2.0.2 and an update of this package was not requested.
    - drupal/svg_sanitizer 2.0.2 requires drupal/core ^9 || ^10 || ^11 -> found drupal/core[9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 43
    - drupal/token is locked to version 1.16.0 and an update of this package was not requested.
    - drupal/token 1.16.0 requires drupal/core ^9.2 || ^10 || ^11 -> found drupal/core[9.2.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 44
    - drupal/token_filter is locked to version 2.2.1 and an update of this package was not requested.
    - drupal/token_filter 2.2.1 requires drupal/core ^10 || ^11 -> found drupal/core[10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 45
    - drupal/token_or is locked to version 2.3.2 and an update of this package was not requested.
    - drupal/token_or 2.3.2 requires drupal/core ^9.2 || ^10 || ^11 -> found drupal/core[9.2.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 46
    - drupal/twig_tweak is locked to version 3.4.1 and an update of this package was not requested.
    - drupal/twig_tweak 3.4.1 requires drupal/core ^10.3 || ^11.0 -> found drupal/core[10.3.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 47
    - drupal/views_bootstrap is locked to version 5.5.0-rc3 and an update of this package was not requested.
    - drupal/views_bootstrap 5.5.0-rc3 requires drupal/core ^9 || ^10 || ^11 -> found drupal/core[9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 48
    - drupal/webform is locked to version 6.3.0-beta6 and an update of this package was not requested.
    - drupal/webform 6.3.0-beta6 requires drupal/core ^10.3 || ^11.0 -> found drupal/core[10.3.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
user@server:~/public_html$ 
longwave’s picture

drupal/core-recommended is locked to version 11.2.9 and an update of this package was not requested.

I guess you have drupal/core-recommended set to exactly 11.2.9 in your composer.json, instead of something like ^11.2.9 which will let you install newer versions.

longwave’s picture

Category: Bug report » Support request

If that's not the case try the dry run again with the -W option.

gillesbailleux’s picture

Here is what is in the composer.json file:
"drupal/core-recommended": "^11.2"

gillesbailleux’s picture

Performing the composer update -W "drupal/core:11.2.10" --dry-run command displays this:

user@server:~/public_html$ composer update -W "drupal/core:11.2.10" --dry-run
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - drupal/address is locked to version 2.0.4 and an update of this package was not requested.
    - drupal/address 2.0.4 requires drupal/core ^9.5 || ^10 || ^11 -> found drupal/core[9.5.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - drupal/antibot is locked to version 2.0.4 and an update of this package was not requested.
    - drupal/antibot 2.0.4 requires drupal/core ^8.8 || ^9 || ^10 || ^11 -> found drupal/core[8.8.0, ..., 8.9.20, 9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - drupal/back_to_top is locked to version 3.0.3 and an update of this package was not requested.
    - drupal/back_to_top 3.0.3 requires drupal/core ^9 || ^10 || ^11 -> found drupal/core[9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 4
    - drupal/better_exposed_filters is locked to version 7.1.1 and an update of this package was not requested.
    - drupal/better_exposed_filters 7.1.1 requires drupal/core ^10.3 || ^11 -> found drupal/core[10.3.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 5
    - drupal/better_social_sharing_buttons is locked to version 4.1.0 and an update of this package was not requested.
    - drupal/better_social_sharing_buttons 4.1.0 requires drupal/core ^9.3 || ^10 || ^11 -> found drupal/core[9.3.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 6
    - drupal/blazy is locked to version 3.0.15 and an update of this package was not requested.
    - drupal/blazy 3.0.15 requires drupal/core >=9.4 -> found drupal/core[9.4.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 7
    - drupal/block_class is locked to version 4.0.2 and an update of this package was not requested.
    - drupal/block_class 4.0.2 requires drupal/core ^9 || ^10 || ^11 -> found drupal/core[9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 8
    - drupal/bootstrap_barrio is locked to version 5.5.20 and an update of this package was not requested.
    - drupal/bootstrap_barrio 5.5.20 requires drupal/core ^10.3 || ^11.0 -> found drupal/core[10.3.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 9
    - drupal/bootstrap_layout_builder is locked to version 2.2.1 and an update of this package was not requested.
    - drupal/bootstrap_layout_builder 2.2.1 requires drupal/core ^10.3 || ^11 -> found drupal/core[10.3.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 10
    - drupal/colorbox is locked to version 2.1.4 and an update of this package was not requested.
    - drupal/colorbox 2.1.4 requires drupal/core ^10 || ^11 -> found drupal/core[10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 11
    - drupal/core-recommended is locked to version 11.2.9 and an update of this package was not requested.
    - drupal/core-recommended 11.2.9 requires drupal/core 11.2.9 -> found drupal/core[11.2.9] but it conflicts with your temporary update constraint (drupal/core:11.2.10).
  Problem 12
    - drupal/ctools is locked to version 4.1.0 and an update of this package was not requested.
    - drupal/ctools 4.1.0 requires drupal/core ^9.5 || ^10 || ^11 -> found drupal/core[9.5.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 13
    - drupal/easy_breadcrumb is locked to version 2.0.9 and an update of this package was not requested.
    - drupal/easy_breadcrumb 2.0.9 requires drupal/core ^9.2 || ^10 || ^11 -> found drupal/core[9.2.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 14
    - drupal/editor_advanced_link is locked to version 2.3.3 and an update of this package was not requested.
    - drupal/editor_advanced_link 2.3.3 requires drupal/core ^10.5 || ^11.2 -> found drupal/core[10.5.0, ..., 10.5.8, 11.2.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 15
    - drupal/entity_reference_revisions is locked to version 1.12.0 and an update of this package was not requested.
    - drupal/entity_reference_revisions 1.12.0 requires drupal/core ^9 || ^10 || ^11 -> found drupal/core[9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 16
    - drupal/field_formatter_class is locked to version 1.8.0 and an update of this package was not requested.
    - drupal/field_formatter_class 1.8.0 requires drupal/core ^10.2 || ^11.0 -> found drupal/core[10.2.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 17
    - drupal/field_group is locked to version 4.0.0 and an update of this package was not requested.
    - drupal/field_group 4.0.0 requires drupal/core ^10.3 || ^11 -> found drupal/core[10.3.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 18
    - drupal/gin is locked to version 5.0.9 and an update of this package was not requested.
    - drupal/gin 5.0.9 requires drupal/core ^11.2 -> found drupal/core[11.2.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 19
    - drupal/gridstack is locked to version 3.0.3 and an update of this package was not requested.
    - drupal/gridstack 3.0.3 requires drupal/core >=9.4 -> found drupal/core[9.4.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 20
    - drupal/hreflang is locked to version 1.16.0 and an update of this package was not requested.
    - drupal/hreflang 1.16.0 requires drupal/core ^8 || ^9 || ^10 || ^11 -> found drupal/core[8.0.0, ..., 8.9.20, 9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 21
    - drupal/imagemagick is locked to version 4.0.2 and an update of this package was not requested.
    - drupal/imagemagick 4.0.2 requires drupal/core ^10.3 | ^11 -> found drupal/core[10.3.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 22
    - drupal/layout_builder_blocks is locked to version 1.1.2 and an update of this package was not requested.
    - drupal/layout_builder_blocks 1.1.2 requires drupal/core ^9.3 || ^10 || ^11 -> found drupal/core[9.3.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 23
    - drupal/layout_builder_modal is locked to version 2.0.0 and an update of this package was not requested.
    - drupal/layout_builder_modal 2.0.0 requires drupal/core ^9.5 || ^10.2 || ^11 -> found drupal/core[9.5.0, ..., 9.5.11, 10.2.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 24
    - drupal/layout_builder_styles is locked to version 2.1.0 and an update of this package was not requested.
    - drupal/layout_builder_styles 2.1.0 requires drupal/core ^8.7.7 || ^9 || ^10 || ^11 -> found drupal/core[8.7.7, ..., 8.9.20, 9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 25
    - drupal/leaflet is locked to version 10.3.11 and an update of this package was not requested.
    - drupal/leaflet 10.3.11 requires drupal/core ^9.3 || ^10 || ^11 -> found drupal/core[9.3.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 26
    - drupal/leaflet_more_maps is locked to version 2.2.3 and an update of this package was not requested.
    - drupal/leaflet_more_maps 2.2.3 requires drupal/core ^8.8 || ^9 || ^10 || ^11 -> found drupal/core[8.8.0, ..., 8.9.20, 9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 27
    - drupal/leaflet_more_markers is locked to version 1.1.3 and an update of this package was not requested.
    - drupal/leaflet_more_markers 1.1.3 requires drupal/core ^9.3 || ^10 || ^11 -> found drupal/core[9.3.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 28
    - drupal/link_attributes is locked to version 2.1.2 and an update of this package was not requested.
    - drupal/link_attributes 2.1.2 requires drupal/core ^9 || ^10 || ^11 -> found drupal/core[9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 29
    - drupal/metatag is locked to version 2.2.0 and an update of this package was not requested.
    - drupal/metatag 2.2.0 requires drupal/core ^10.3 || ^11 -> found drupal/core[10.3.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 30
    - drupal/office_hours is locked to version 1.28.0 and an update of this package was not requested.
    - drupal/office_hours 1.28.0 requires drupal/core ^8 || ^9 || ^10 || ^11 -> found drupal/core[8.0.0, ..., 8.9.20, 9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 31
    - drupal/pathauto is locked to version 1.14.0 and an update of this package was not requested.
    - drupal/pathauto 1.14.0 requires drupal/core ^10 || ^11 -> found drupal/core[10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 32
    - drupal/photoswipe is locked to version 5.0.6 and an update of this package was not requested.
    - drupal/photoswipe 5.0.6 requires drupal/core ^9.3 || ^10 || ^11 -> found drupal/core[9.3.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 33
    - drupal/redirect is locked to version 1.12.0 and an update of this package was not requested.
    - drupal/redirect 1.12.0 requires drupal/core ^10 || ^11 -> found drupal/core[10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 34
    - drupal/schema_metatag is locked to version 3.0.3 and an update of this package was not requested.
    - drupal/schema_metatag 3.0.3 requires drupal/core ^9 || ^10 || ^11 -> found drupal/core[9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 35
    - drupal/simple_sitemap is locked to version 4.2.3 and an update of this package was not requested.
    - drupal/simple_sitemap 4.2.3 requires drupal/core ^10.3 || ^11 -> found drupal/core[10.3.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 36
    - drupal/sitemap is locked to version 2.5.0 and an update of this package was not requested.
    - drupal/sitemap 2.5.0 requires drupal/core ^10.2 || ^11 -> found drupal/core[10.2.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 37
    - drupal/slick is locked to version 3.0.6 and an update of this package was not requested.
    - drupal/slick 3.0.6 requires drupal/core >=9.4 -> found drupal/core[9.4.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 38
    - drupal/slick_entityreference is locked to version 3.0.0 and an update of this package was not requested.
    - drupal/slick_entityreference 3.0.0 requires drupal/core ^8 || ^9 || ^10 || ^11 -> found drupal/core[8.0.0, ..., 8.9.20, 9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 39
    - drupal/slick_extras is locked to version 2.0.2 and an update of this package was not requested.
    - drupal/slick_extras 2.0.2 requires drupal/core >=9.4 -> found drupal/core[9.4.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 40
    - drupal/slick_lightbox is locked to version 2.0.1 and an update of this package was not requested.
    - drupal/slick_lightbox 2.0.1 requires drupal/core >=9.4 -> found drupal/core[9.4.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 41
    - drupal/slick_views is locked to version 3.0.3 and an update of this package was not requested.
    - drupal/slick_views 3.0.3 requires drupal/core >=9.4 -> found drupal/core[9.4.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 42
    - drupal/svg_sanitizer is locked to version 2.0.2 and an update of this package was not requested.
    - drupal/svg_sanitizer 2.0.2 requires drupal/core ^9 || ^10 || ^11 -> found drupal/core[9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 43
    - drupal/token is locked to version 1.16.0 and an update of this package was not requested.
    - drupal/token 1.16.0 requires drupal/core ^9.2 || ^10 || ^11 -> found drupal/core[9.2.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 44
    - drupal/token_filter is locked to version 2.2.1 and an update of this package was not requested.
    - drupal/token_filter 2.2.1 requires drupal/core ^10 || ^11 -> found drupal/core[10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 45
    - drupal/token_or is locked to version 2.3.2 and an update of this package was not requested.
    - drupal/token_or 2.3.2 requires drupal/core ^9.2 || ^10 || ^11 -> found drupal/core[9.2.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 46
    - drupal/twig_tweak is locked to version 3.4.1 and an update of this package was not requested.
    - drupal/twig_tweak 3.4.1 requires drupal/core ^10.3 || ^11.0 -> found drupal/core[10.3.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 47
    - drupal/views_bootstrap is locked to version 5.5.0-rc3 and an update of this package was not requested.
    - drupal/views_bootstrap 5.5.0-rc3 requires drupal/core ^9 || ^10 || ^11 -> found drupal/core[9.0.0, ..., 9.5.11, 10.0.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
  Problem 48
    - drupal/webform is locked to version 6.3.0-beta6 and an update of this package was not requested.
    - drupal/webform 6.3.0-beta6 requires drupal/core ^10.3 || ^11.0 -> found drupal/core[10.3.0, ..., 10.5.8, 11.0.0, ..., 11.2.10] but these were not loaded, likely because it conflicts with another require.
mitrpaka’s picture

Also experiencing the very same:

composer why-not drupal/core 11.2.10
drupal/core-recommended 11.2.9 requires drupal/core (11.2.9)
Not finding what you were looking for? Try calling `composer update "drupal/core:11.2.10" --dry-run` to get another view on the 

And composer update "drupal/core-*" --with-all-dependencies won't help either (if run again)

In composer.json having:

        "drupal/core-composer-scaffold": "~11.2.3",
        "drupal/core-project-message": " ~11.2.3",
        "drupal/core-recommended": "~11.2.3",
...
        "drupal/core-dev": "~11.2.3",

drupal/core-composer-scaffold, drupal/core-project-message and drupal/core-dev updated to 11.2.10 in composer.lock file but drupal/core-recommended and drupal/core remains 11.2.9

---
composer --version
Composer version 2.9.2 2025-11-19 21:57:25

longwave’s picture

What does composer why-not drupal/core-recommended 11.2.10 say?

Also anything I say here is just guessing - the only way to reproduce exactly is with your full composer.json and .lock files.

gillesbailleux’s picture

user@server:~/public_html$ composer why-not drupal/core-recommended 11.2.10
Package "drupal/core-recommended" could not be found with constraint "11.2.10", results below will most likely be incomplete.
There is no installed package depending on "drupal/core-recommended" in versions not matching 11.2.10
Not finding what you were looking for? Try calling `composer require "drupal/core-recommended:11.2.10" --dry-run` to get another view on the problem.
longwave’s picture

Ahh, now that is interesting, we need someone at the Drupal Association to see why that's not in packagist...

cilefen’s picture

Provide the composer.json file for support.

gillesbailleux’s picture

Here is the composer.json:

{
    "name": "drupal/recommended-project",
    "description": "Project template for Drupal projects with a relocated document root",
    "type": "project",
    "license": "GPL-2.0-or-later",
    "homepage": "https://www.drupal.org/project/drupal",
    "support": {
        "docs": "https://www.drupal.org/docs/user_guide/en/index.html",
        "chat": "https://www.drupal.org/node/314178"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        }
    ],
    "require": {
        "composer/installers": "^2.3",
        "drupal/address": "^2.0",
        "drupal/antibot": "^2.0",
        "drupal/back_to_top": "^3.0",
        "drupal/better_exposed_filters": "^7.0",
        "drupal/better_social_sharing_buttons": "^4.1",
        "drupal/blazy": "^3.0",
        "drupal/block_class": "^4.0",
        "drupal/bootstrap_barrio": "^5.5",
        "drupal/bootstrap_layout_builder": "^2.2",
        "drupal/colorbox": "^2.1",
        "drupal/core-composer-scaffold": "^11.2",
        "drupal/core-project-message": "^11.2",
        "drupal/core-recipe-unpack": "^11.2",
        "drupal/core-recommended": "^11.2",
        "drupal/ctools": "^4.1",
        "drupal/easy_breadcrumb": "^2.0",
        "drupal/editor_advanced_link": "^2.3",
        "drupal/entity_reference_revisions": "^1.12",
        "drupal/field_formatter_class": "^1.8",
        "drupal/field_group": "^4.0",
        "drupal/gin": "^5.0",
        "drupal/gridstack": "^3.0",
        "drupal/hreflang": "^1.16",
        "drupal/imagemagick": "^4.0",
        "drupal/layout_builder_blocks": "^1.1",
        "drupal/layout_builder_modal": "^2.0",
        "drupal/layout_builder_styles": "^2.1",
        "drupal/leaflet": "^10.3",
        "drupal/leaflet_more_maps": "^2.2",
        "drupal/leaflet_more_markers": "^1.1",
        "drupal/link_attributes": "^2.1",
        "drupal/metatag": "^2.2",
        "drupal/office_hours": "^1.28",
        "drupal/pathauto": "^1.14",
        "drupal/photoswipe": "^5.0",
        "drupal/redirect": "^1.12",
        "drupal/schema_metatag": "^3.0",
        "drupal/simple_sitemap": "^4.2",
        "drupal/sitemap": "^2.4",
        "drupal/slick": "^3.0",
        "drupal/slick_entityreference": "^3.0",
        "drupal/slick_extras": "^2.0",
        "drupal/slick_lightbox": "^2.0",
        "drupal/slick_views": "^3.0",
        "drupal/svg_sanitizer": "^2.0",
        "drupal/token": "^1.16",
        "drupal/token_filter": "^2.2",
        "drupal/token_or": "^2.3",
        "drupal/twig_tweak": "^3.4",
        "drupal/views_bootstrap": "^5.5@RC",
        "drupal/webform": "^6.3@beta",
        "drush/drush": "^13.6",
        "wikimedia/composer-merge-plugin": "^2.1"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "stable",
    "prefer-stable": true,
    "config": {
        "allow-plugins": {
            "composer/installers": true,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "drupal/core-composer-scaffold": true,
            "drupal/core-project-message": true,
            "drupal/core-recipe-unpack": true,
            "php-http/discovery": true,
            "php-tuf/composer-integration": true,
            "phpstan/extension-installer": true,
            "wikimedia/composer-merge-plugin": true
        },
        "sort-packages": true
 },
    "extra": {
        "drupal-scaffold": {
            "locations": {
                "web-root": "web/"
            }
        },
        "merge-plugin": {
            "include": [
                "web/modules/contrib/webform/composer.libraries.json"
            ]
        },
        "installer-paths": {
            "web/core": [
                "type:drupal-core"
            ],
            "web/libraries/{$name}": [
                "type:drupal-library"
            ],
            "web/modules/contrib/{$name}": [
                "type:drupal-module"
            ],
            "web/profiles/contrib/{$name}": [
                "type:drupal-profile"
            ],
            "web/themes/contrib/{$name}": [
                "type:drupal-theme"
            ],
            "drush/Commands/contrib/{$name}": [
                "type:drupal-drush"
            ],
         "web/modules/custom/{$name}": [
                "type:drupal-custom-module"
            ],
            "web/profiles/custom/{$name}": [
                "type:drupal-custom-profile"
            ],
            "web/themes/custom/{$name}": [
                "type:drupal-custom-theme"
            ],
            "recipes/{$name}": [
                "type:drupal-recipe"
            ]
        },
        "drupal-core-project-message": {
            "include-keys": [
                "homepage",
                "support"
            ],
            "post-create-project-cmd-message": [
                "<bg=blue;fg=white>                                                         </>",
                "<bg=blue;fg=white>  Congratulations, you’ve installed the Drupal codebase  </>",
                "<bg=blue;fg=white>  from the drupal/recommended-project template!          </>",
                "<bg=blue;fg=white>                                                         </>",
                "",
                "<bg=yellow;fg=black>Next steps</>:",
                "  * Install the site: https://www.drupal.org/docs/installing-drupal",
                "  * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html",
                "  * Get support: https://www.drupal.org/support",
                "  * Get involved with the Drupal community:",
                "      https://www.drupal.org/getting-involved",
                "  * Remove the plugin that prints this message:",
                "      composer remove drupal/core-project-message"
            ]
        }
    }
}
longwave’s picture

The tag is there in the GitHub subtree split: https://github.com/drupal/core-recommended/tree/11.2.10

But it's not yet showing up in packagist: https://packagist.org/packages/drupal/core-recommended

cilefen’s picture

Yes, composer show -a drupal/core-recommended confirms that on the client side.

cilefen’s picture

Title: Drupal 11.2.10 not upgraded from Drupal 11.2.9 via composer » drupal/core-recommended 11.2.10 is not yet on Packagist
Category: Support request » Bug report
longwave’s picture

Status: Active » Postponed (maintainer needs more info)

This should be fixed now; @drumm noticed that the webhook from GitHub to Packagist failed, but a manual redelivery means the 11.2.10 package is now showing up.

If someone can try the commands again and confirm it's fixed that would be helpful.

kmonty’s picture

My projects were having this issue earlier, but the issue is now resolved. We were able to successfully update our application to 11.2.10.

gillesbailleux’s picture

Performing a composer update -W command folowed by a drush updb command installs gracefully Drupal 11.2.10.

Thank you very much!

longwave’s picture

Status: Postponed (maintainer needs more info) » Fixed

Thanks for reporting back!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

cilefen’s picture

Project: Drupal core » Drupal.org infrastructure
Version: 11.2.x-dev »
Component: update.module » GitLab