From 13224357ef59c617793939329d4ebc85827d1719 Mon Sep 17 00:00:00 2001 From: Julien Fresique Date: Tue, 9 Jul 2024 19:35:04 +0200 Subject: [PATCH] Removed User protect patch -#3349663 Closed (fixed) --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 4f52a9c..fd8e960 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "drupal/telephone_validation": "^2.4", "drupal/token": "^1", "drupal/username_enumeration_prevention": "^1.1", - "drupal/userprotect": "^1.1", + "drupal/userprotect": "^1.3", "drupal/views_bulk_edit": "^2", "drupal/views_bulk_operations": "^4.2", "drupal/webform": "^6.1" @@ -114,9 +114,6 @@ "drupal/menu_link_attributes": { "Add missing schema for menu_link_attributes": "https://patch-diff.githubusercontent.com/raw/yannickoo/menu_link_attributes/pull/52.patch" }, - "drupal/userprotect": { - "Call to a member function grantPermission() on null in userprotect_install()": "https://www.drupal.org/files/issues/2023-07-28/3349663-8.patch" - }, "drupal/gin": { "Missing config schema": "https://www.drupal.org/files/issues/2022-05-09/missing_config_schema_3279472.patch" }