From db63d9ca27774e5901dbab9f47dd285322cf5772 Mon Sep 17 00:00:00 2001 From: Stephen Cox Date: Tue, 2 Jul 2024 12:23:20 +0100 Subject: [PATCH] Remove patch not needed for Drupal 10.3 #263 --- composer.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index c4dfe27..b506fc1 100644 --- a/composer.json +++ b/composer.json @@ -7,6 +7,7 @@ "minimum-stability": "dev", "require": { "drupal/condition_field": "^2.0", + "drupal/core": "^10.3", "drupal/entity_browser": "^2.5", "drupal/field_group": "~3.0", "drupal/link_attributes": "^1.2", @@ -18,10 +19,6 @@ }, "extra": { "enable-patching": true, - "patches": { - "drupal/core": { - "node_access filters out accessible nodes when node is left joined (1349080)" : "https://git.drupalcode.org/project/drupal/-/commit/c271adb.diff" - } - } + "patches": {} } }