diff --git a/composer.json b/composer.json index b2e9b30..3521ed1 100644 --- a/composer.json +++ b/composer.json @@ -52,6 +52,11 @@ "type:drupal-drush" ] }, - "enable-patching": true + "enable-patching": true, + "patches": { + "drupal/core": { + "Allow an install hook in profiles installing from configuration": "https://www.drupal.org/files/issues/2018-11-27/2982052-22.patch" + } + } } }