diff --git a/bootstrap_toggle.info.yml b/bootstrap_toggle.info.yml
index 39163de..bac1fca 100644
--- a/bootstrap_toggle.info.yml
+++ b/bootstrap_toggle.info.yml
@@ -1,4 +1,4 @@
 name: Bootstrap Toggle
 description: Provides Bootstrap Toggle Button as a widget for boolean field.
 type: module
-core_version_requirement: ^8.9 || ^9
+core_version_requirement: ^8.9 || ^9 || ^10
diff --git a/composer.json b/composer.json
index a9a6a7d..9dbce41 100644
--- a/composer.json
+++ b/composer.json
@@ -22,6 +22,6 @@
     }
   ],
   "require": {
-    "drupal/core": "^8.9 || ^9"
+    "drupal/core": "^8.9 || ^9 || ^10"
   }
 }
