composer update 8.7.x to 8.8.5 (raw)

composer update drupal/* --with-dependencies --dry-run
drush updb
drush cr

chmod +w web/sites/default
chmod 777 web/sites/default/settings.php
add missing line into settings.php -> $settings["file_temp_path"] = "tmp";
  394  composer update drupal/pathauto --with-dependencies --dry-run
  397  composer outdated drupal/*
composer update drupal/pathauto --with-dependencies (must be at least 1.6)
  399  drush updb
  400  drush cr
composer remove --dev webflo/drupal-core-require-dev
  402  composer outdated drupal/*
  403  composer update drupal/core --with-dependencies --dry-run
composer update drupal/core --with-dependencies
  405  drush updb
  406  drush cr
  407  composer outdated drupal/*
  408  composer update drupal/* --with-dependencies --dry-run
  428  composer outdated drupal/*
  429  composer update drupal/* --with-dependencies --dry-run
  430  composer update drupal/* --with-dependencies
  431  drush updb
  432  drush cr
  433  nano composer.json
  434  mc
  435  composer outdated drupal/*
  436  nano composer.json
composer require 'drupal/admin_toolbar:^2.2' --no-update
  438  composer update drupal/admin_toolbar --with-dependencies --dry-run
  439  nano composer.json
composer update drupal/admin_toolbar --with-dependencies
  441  drush updb
  442  drush cr
  443  composer outdated drupal/*
  444  composer require 'drupal/webform:^5.10' --no-update
  445  composer update drupal/webform --with-dependencies
  446  drush updb
  447  drush cr

 

SOME REFERENCES:
https://www.palantir.net/blog/guide-drupal-8-8-update
https://www.drupal.org/docs/updating-drupal/update-drupal-core-via-composer#migrate-webflo-drupal-core-strict-to-core-recommended
https://www.drupal.org/forum/support/upgrading-drupal/2019-12-06/upgrade-from-8710-to-880-with-composer