From 152fe28ba8bb28fd91e2724c8b58b47717945d05 Mon Sep 17 00:00:00 2001 From: Kevin Funk Date: Mon, 2 Mar 2020 13:20:39 -0500 Subject: [PATCH] Removes message_notify patch #158. --- composer.json | 4 ---- composer.lock | 8 ++++---- drupal-org.make | 2 +- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 9203d5fb1..6f6351a6c 100644 --- a/composer.json +++ b/composer.json @@ -160,10 +160,6 @@ "Tests using FixtureContext fail due to Content Hub 2.0 enabled | http://drupal.org/node/3055022": "https://www.drupal.org/files/issues/2019-05-15/lightning_core-ch-publisher-fixture-setup-0.patch" }, - "drupal/message_notify": { - "MessageNotifierBase calling assert()... | http://drupal.org/node/2966213": - "https://www.drupal.org/files/issues/2018-04-25/message_notify-8.x-1.x-MessageNotifierBase-send-assert-0.patch" - }, "drupal/object_log": { "Change call to kprint_r() to kpr() to resolve PHP Fatal | http://drupal.org/node/2854348": "https://www.drupal.org/files/issues/use_kpr_to_print_logs-2854348-2.patch" diff --git a/composer.lock b/composer.lock index e0d5040af..ff475c63d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3d79caa414a1c57d7fdb85809642a811", + "content-hash": "ade29457e8f51781ef77df2fd6a45b4d", "packages": [ { "name": "acquia/acf", @@ -5851,10 +5851,10 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/depcalc.git", - "reference": "9e38a18785fd4b786765a7356a983d549363b3cb" + "reference": "39e537e29dbe7e1f0a5171beb7a5021e62cdc574" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "^8.7.7 || ^9" }, "require-dev": { "drupal/entity_embed": "^1.0" @@ -5893,7 +5893,7 @@ "support": { "source": "https://git.drupalcode.org/project/depcalc" }, - "time": "2020-02-24T22:25:06+00:00" + "time": "2020-03-02T17:46:48+00:00" }, { "name": "drupal/devel", diff --git a/drupal-org.make b/drupal-org.make index 396d12e3d..c2d4eb0ff 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -100,7 +100,7 @@ projects[depcalc][type] = module projects[depcalc][download][type] = git projects[depcalc][download][url] = https://git.drupalcode.org/project/depcalc.git projects[depcalc][download][branch] = 1.x -projects[depcalc][download][revision] = 9e38a18785fd4b786765a7356a983d549363b3cb +projects[depcalc][download][revision] = 39e537e29dbe7e1f0a5171beb7a5021e62cdc574 projects[devel][type] = module projects[devel][version] = 2.1 projects[diff][type] = module