From 5ff3717750ed02aa78670728ea252664e98c9fbd Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Mon, 7 Oct 2024 12:37:33 -0700 Subject: [PATCH] Constrain honeypot version to allow database updates to run properly https://www.drupal.org/project/honeypot/issues/3468450 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 0c373eb..38f1124 100644 --- a/composer.json +++ b/composer.json @@ -81,6 +81,7 @@ "drupal/gutenberg": "^2", "drupal/http_cache_control": "^2", "drupal/http_client_error_status": "^3", + "drupal/honeypot": "~2.1.0", "drupal/ief_complex_open": "^1", "drupal/indieweb": "^1", "drupal/inline_entity_form": "^1.0@RC",