Skip to content

Instantly share code, notes, and snippets.

@skounis
Last active January 11, 2022 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skounis/52bdf572fd3712755e74197c4a126277 to your computer and use it in GitHub Desktop.
Save skounis/52bdf572fd3712755e74197c4a126277 to your computer and use it in GitHub Desktop.
Apply Drupal 9 patches with composer - patch
"extra": {
"enable-patching": true,
"patches": {
"drupal/core": {
"{patch-1 description}": "{patch-1 file path or URI}",
"{patch-2 description}": "{patch-2 file path or URI}",
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment