From 0a1f4e60d4ef43a22a81b887c9b882379823c4dd Mon Sep 17 00:00:00 2001 From: Christian Fritsch Date: Tue, 9 Jan 2024 15:40:48 +0100 Subject: [PATCH] Add patches --- composer.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/composer.json b/composer.json index 867a92a89..f495aed1b 100644 --- a/composer.json +++ b/composer.json @@ -46,6 +46,15 @@ }, "drupal/graphql": { "Ensure languages in tests have a label set": "https://github.com/drupal-graphql/graphql/commit/1f72a46637eec9062fdca6349d2652575c93497c.diff" + }, + "drupal/media_library_media_modify": { + "Fix \"Using a translatable string as a category for field type\" deprecation in Drupal core 10.2": "https://git.drupalcode.org/project/media_library_media_modify/-/merge_requests/47.diff" + }, + "drupal/field_group": { + "[Drupal 10.2] Deprecated sequence type schema definition": "https://git.drupalcode.org/project/field_group/-/merge_requests/43.diff" + }, + "drupal/entity_reference_revisions": { + "Fix \"Using a translatable string as a category for field type\" deprecation in Drupal core 10.2": "https://git.drupalcode.org/project/entity_reference_revisions/-/merge_requests/35.diff" } } },