From f0a66df89a4370908a6ed7291d7e72ed1b6c8e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Thu, 18 Jul 2019 23:28:33 -0400 Subject: [PATCH] add patch for allowing hook_install in profile and still do config install --- composer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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" + } + } } }