Skip to main content

How to add a patch to Drupal a module using composer

Member for

2 years 2 months
Submitted by admin on

The format used to add a patch to Drupal a module in the composer.json or your website root composer.json file. To create a patch for a module an example is attached to each project page.

"patches": {
      "drupal/module_name": {
        "issue_number: A description": "path to the patch"
      }
    }