We use commands:
composer outdated drupal/* drupal/core 8.6.10 8.6.13 Drupal is an open source content management platform powering millions of websites and applications. It does show 8.6.13.
We run either composer update drupal/core --with-dependencies or composer update drupal/core:8.6.13 webflo/drupal-core-require-dev --with-dependencies and we get nothing, it does update some dependencies and that is it. Our site is built with composer.
Here's the rest of the log:
composer update drupal/core:8.6.13 webflo/drupal-core-require-dev --with-dependencies > DrupalProject\composer\ScriptHandler::checkComposerVersion Package "drupal/core:8.6.13" listed for update is not installed. Ignoring. Dependency "drupal/core" is also a root requirement, but is not explicitly whitelisted. Ignoring. Dependency "twig/twig" is also a root requirement, but is not explicitly whitelisted. Ignoring. Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 0 installs, 5 updates, 0 removals - Updating symfony/css-selector (v3.4.22 => v3.4.23): Loading from cache - Updating symfony/phpunit-bridge (v3.4.22 => v3.4.23): Downloading (100%) - Updating symfony/dom-crawler (v3.4.22 => v3.4.23): Downloading (100%) - Updating symfony/browser-kit (v4.2.3 => v4.2.4): Downloading (100%) - Updating squizlabs/php_codesniffer (3.4.0 => 3.4.1): Downloading (100%) Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested. Writing lock file Generating autoload files > DrupalProject\composer\ScriptHandler::createRequiredFiles root@dev /var/www/example.com # composer update drupal/core > DrupalProject\composer\ScriptHandler::checkComposerVersion Loading composer repositories with package information Updating dependencies (including require-dev) Nothing to install or update Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested. Generating autoload files > DrupalProject\composer\ScriptHandler::createRequiredFiles root@dev /var/www/example.com # drush status Drupal version : 8.6.10 Site URI : default DB driver : mysql DB hostname : localhost DB port : 3306 DB username : root DB name : example Database : Connected Drupal bootstrap : Successful Default theme : seven Admin theme : seven PHP binary : /usr/bin/php7.2 PHP config : /etc/php/7.2/cli/php.ini PHP OS : Linux Drush script : /usr/local/bin/drush Drush version : 9.4.0 Drush temp : /tmp Drush configs : /var/www/example.com/vendor/drush/drush/drush.yml /var/www/example.com/drush/drush.yml Install profile : standard Drupal root : /var/www/example.com/web Site path : sites/default Files, Public : sites/default/files Files, Temp : /tmp Drush is still reporting 8.6.10
First time we did get the WSOD from https://www.drupal.org/project/drupal/issues/3039408 so we ran composer require twig/twig:1.37.1 to fix it.