Skip to content

Instantly share code, notes, and snippets.

@skounis
Created January 11, 2022 10:02
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/57384ae0327b84dcc733363dd698d7f9 to your computer and use it in GitHub Desktop.
Save skounis/57384ae0327b84dcc733363dd698d7f9 to your computer and use it in GitHub Desktop.
Apply Drupal 9 patches with composer - example
"extra": {
"enable-patching": true,
"patches": {
"drupal/core": {
"Comments are not filtered on language": "https://www.drupal.org/files/issues/2020-07-02/comments-comments_are_not_filtered_on_language-2751267-33.patch",
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment