Skip to content

Commit

Permalink
Merge pull request #123 from palantirnet/add-additional-patching-config
Browse files Browse the repository at this point in the history
Adds additional Composer patching configuration.
  • Loading branch information
becw authored Jan 20, 2022
2 parents bbd445d + 0ac6c61 commit 46b5532
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
"docroot/modules/custom/{$name}": ["type:drupal-custom-module"],
"docroot/themes/custom/{$name}": ["type:drupal-custom-theme"]
},
"enable-patching": true
"enable-patching": true,
"composer-exit-on-patch-failure": true,
"patchLevel": {
"drupal/core": "-p2"
}
}
}

0 comments on commit 46b5532

Please sign in to comment.