Apply Drupal 8 Patch by Composer without update Drupal Core
Posted by vickey on April 2, 2018 at 11:00am
Use the below procedure to apply the patch for composer based Drupal 8 website without updating the core version.
FYI, There was high critical security vulnerability issue fix :
https://www.drupal.org/sa-core-2018-002
https://groups.drupal.org/security/faq-2018-002
Please make sure "cweagans/composer-patches" plugin added in your composer.json and lock file or else use below command to add them.
composer require cweagans/composer-patches
Steps to update the patch.
Read more