Skip to content

Commit

Permalink
Adds additional Composer patching configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Schmidt committed Jan 17, 2022
1 parent bbd445d commit 0ac6c61
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 0ac6c61

Please sign in to comment.