Skip to content

Instantly share code, notes, and snippets.

View danylevskyi's full-sized avatar
💥
Standing with Ukraine

Dima Danylevskyi danylevskyi

💥
Standing with Ukraine
View GitHub Profile
@danylevskyi
danylevskyi / README.md
Last active May 6, 2019 06:29
How to apply patch to Drupal core using Composer

3 steps to patch Drupal core with Composer

Make sure your composer.json has cweagans/composer-patches package.

1. Update composer.json

"extra": {
    "patches": {
 "drupal/core": {