From 7e2fbc61ffb13432291ba381fc4c3f519781a7a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 6 May 2020 22:57:44 -0400 Subject: [PATCH] Remove core patch we don't need and doesn't apply --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index 43c5bc9..789b4fe 100644 --- a/composer.json +++ b/composer.json @@ -104,9 +104,6 @@ }, "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" - }, "drutopia/drutopia": { "Remove default content": "patches/drutopia-remove-default-content.patch" },