From 06aee60223c46897aba65a0c744b54acde620c10 Mon Sep 17 00:00:00 2001 From: Shivam <ershivam75@gmail.com> Date: Mon, 1 May 2023 14:06:37 +0000 Subject: [PATCH] Automated Drupal 10 compatibility fixed --- edit_uuid.info.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/edit_uuid.info.yml b/edit_uuid.info.yml index 7ab8e24..bcdf00d 100644 --- a/edit_uuid.info.yml +++ b/edit_uuid.info.yml @@ -1,6 +1,5 @@ name: Edit UUID description: 'Add or Update custom UUID of an entity' -core: 8.x -core_version_requirement: ^8 || ^9 +core_version_requirement: ^8.8 || ^9 || ^10 type: module configure: entity.edit_uuid_config.collection -- GitLab