From 3b3fcf750d69eab26890418cc2551902f98b2039 Mon Sep 17 00:00:00 2001 From: Rajab Natshah Date: Mon, 29 Apr 2024 15:40:34 +0300 Subject: [PATCH] Issue #3442343: Remove the TEMP patches-ignore to ignore all patches provided by the drupal/schemadotorg module - After the Schema.org Blueprints 1.0.0-alpha22 was released on: 29 Apr 2024 --- composer.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/composer.json b/composer.json index 42a1d569..12db92d0 100644 --- a/composer.json +++ b/composer.json @@ -152,18 +152,6 @@ "composer-exit-on-patch-failure": true, "patchLevel": { "drupal/core": "-p2" - }, - "patches-ignore": { - "drupal/schemadotorg": { - "drupal/field_group": { - "Issue #3409719: [Drupal 10.2] Deprecated sequence type schema definition": - "https://www.drupal.org/files/issues/2024-03-26/field_group-issue-3409719-mr-43.patch" - }, - "drupal/scheduler": { - "Issue #3437739: [error] TypeError: Drupal\\scheduler\\SchedulerManager::__construct()": - "https://www.drupal.org/files/issues/2024-04-06/scheduler-issues-3437739-comment-4.patch" - } - } } } } \ No newline at end of file