From f796e3b62a264b45ef1a46ecdec9e5b97eef4c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Sun, 6 Mar 2022 10:05:31 -0500 Subject: [PATCH] Drop patch that has long since been committed Remove Drupal Core 'search' module dependency from search404 https://www.drupal.org/project/search404/issues/2978837 --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index 8ace5cd..22befa4 100644 --- a/composer.json +++ b/composer.json @@ -167,9 +167,6 @@ }, "enable-patching": true, "patches": { - "drupal/search404": { - "Remove search module dependency": "https://www.drupal.org/files/issues/2018-07-09/search404-core-search-dependency-9.patch" - }, "drupal/coffee": { "Allow user to specify keyboard shortcut.": "https://www.drupal.org/files/issues/2018-11-11/1734898-14.coffee-hotkeys-plus-g.patch" },