core update with composer

Created on 13 September 2024, 7 months ago

hi
when i use [ composer outdated "drupal/*" ] only show drupal need update to drupal 11 but in site status report show need update to drupal 10 and drupal 11 new version.

💬 Support request
Status

Closed: outdated

Version

10.3

Component
Composer 

Last updated 14 days ago

No maintainer
Created by

🇮🇷Iran bolaghi

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @bolaghi
  • Status changed to Needs review 7 months ago
  • 🇩🇪Germany Feuerwagen Bonn 🇩🇪🇪🇺

    composer outdated shows the newest available version, not just the next minor update. To which version you will update when running composer update then depends on the constraints you set in your composer.json – I assume something like ^10.0 should be there, limiting updates to minor versions of Drupal 10. Once you updated to the latest version of Drupal 10 (and ran all necessary database updates) you might consider changing the version constraint to ^11.0 to upgrade to Drupal 11.

  • Status changed to Closed: outdated 7 months ago
  • 🇮🇷Iran bolaghi

    in my composer.jason

    "drupal/core-composer-scaffold": "^10.3",
    "drupal/core-project-message": "^10.3",
    "drupal/core-recommended": "^10.3",

  • See #4. The prohibits subcommand will explain exactly why.

Production build 0.71.5 2024