diff --git a/bulk_update_title_node.info.yml b/bulk_update_title_node.info.yml
index ba4df4b..6ddbbda 100644
--- a/bulk_update_title_node.info.yml
+++ b/bulk_update_title_node.info.yml
@@ -1,5 +1,5 @@
 name: 'Bulk Update Title Node'
 type: module
 description: 'Bulk update titles of nodes depends on the content type selected.'
-core_version_requirement: ^8 || ^9
+core_version_requirement: ^8 || ^9 || ^10
 package: 'Content'
diff --git a/composer.json b/composer.json
index 48dc871..f8e4a34 100644
--- a/composer.json
+++ b/composer.json
@@ -17,6 +17,6 @@
         "source": "https://git.drupalcode.org/project/bulk_update_title_node"
     },
     "require": {
-        "drupal/core": "^8.8.0 || ^9.0"
+        "drupal/core": "^8.8.0 || ^9.0 || ^10"
     }
 }
