project-base icon indicating copy to clipboard operation
project-base copied to clipboard

Process for updating drupal/core needs to be updated to match upstream

Open ProCycleDev opened this issue 6 years ago • 1 comments

https://github.com/drupal-composer/drupal-project#updating-drupal-core

composer update drupal/core webflo/drupal-core-require-dev symfony/* --with-dependencies

Since the change to webflo/drupal-core-require-dev it is now nessasary to specify that when updating core or nothing happens https://github.com/webflo/drupal-core-require-dev/issues/3#issuecomment-386119186

Suggest changing this in the documentation

ProCycleDev avatar May 02 '18 21:05 ProCycleDev

And just to add the obvious comment: This should be fixed upstream so

composer update drupal/core --with-dependencies

just works. Sorry about the noise :-)

hansfn avatar May 04 '18 07:05 hansfn