pulibrary / recap

ReCAP Drupal 10 Site
GNU General Public License v2.0
2 stars 1 forks source link

Running composer update on drupal core doesn't go to latest available minor release. #265

Open kevinreiss opened 10 months ago

kevinreiss commented 10 months ago

Expected behavior

When running

lando composer update "drupal/core-*" --with-all-dependencies

you expect drupal core to go to the latest available minor release (currently 10.2.2), running this command at the moment keeps you on the 10.1.x release path instead.