Drupal Version 10.2.7
PHP Version 8.2.20
Web Server Apache/2.4.56
Database Version 8.0.30
-
Composer version 2.6.5
Drush Commandline Tool 12.5.2.0
Problem/Motivation
I can't update from 10.2.7 > 10.3.0
I run composer update "drupal/core-*" --with-all-dependencies
everything got updated except "drupal/core-recommended", which stays at 10.2.7.
Both:
1) "drupal/core-composer-scaffold" and
2) "drupal/core-project-message"
got updated to 10.3.0, but core-recommended does not.
If I run (which I know it's not recommended, but just to generate some message):composer require drupal/core-recommended:10.3.0 drupal/core-composer-scaffold:10.3.0 drupal/core-project-message:10.3.0 --update-with-all-dependencies
I get:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- drupal/recommended-project is present at version dev-master and cannot be modified by Composer
- drupal/core-recommended 10.3.0 requires symfony/process ~v6.4.8 -> satisfiable by symfony/process[v6.4.8].
- drupal/recommended-project dev-master conflicts with symfony/process v6.4.8.
- Root composer.json requires drupal/core-recommended 10.3.0 -> satisfiable by drupal/core-recommended[10.3.0].