Skip to content

Commit

Permalink
Add some core patches
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-potter committed Jun 13, 2016
1 parent 05c879c commit dff032f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@
},
"extra": {
"enable-patching": true,
"patches": {
"drupal/core": {
"2743197 - Provide a workaroud to load additional profiles via settings.php":
"https://www.drupal.org/files/issues/2743197-load_additional_profiles_via_settings-2.patch",
"2655104 - List unmet dependencies instead of just failing":
"https://www.drupal.org/files/issues/list-missing-dependencies-2655104-19.patch"
}
},
"installer-paths": {
"build/html/core": [
"type:drupal-core"
Expand All @@ -50,8 +58,6 @@
"build/html/drush": [
"type:drupal-drush"
]
},
"patches": {
}
}
}

0 comments on commit dff032f

Please sign in to comment.