Skip to content

Commit

Permalink
Fix incompatibility between composer-patches and preserve-paths, to a…
Browse files Browse the repository at this point in the history
…llow patches to drupal core.
  • Loading branch information
jcnventura committed Jan 19, 2018
1 parent 391f24b commit 8f67c76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@
]
},
"extra": {
"patches": {
"cweagans/composer-patches": {
"Call the preserve paths hooks" : "https://github.com/SebCorbin/composer-patches/commit/1cb9bacba51f8bba0c5f3f322c3bb61e4ceae974.patch"
}
},
"installer-paths": {
"web/": ["type:drupal-core"],
"web/profiles/{$name}/": ["type:drupal-profile"],
Expand Down

0 comments on commit 8f67c76

Please sign in to comment.