diff --git a/bootstrap_toggle.info.yml b/bootstrap_toggle.info.yml
index 898460d..13c1987 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 || ^10 || ^11
+core_version_requirement: ^8.9 || ^9 || ^10 || ^11 || ^12
diff --git a/composer.json b/composer.json
index 9822fc3..0bc71ad 100644
--- a/composer.json
+++ b/composer.json
@@ -22,6 +22,6 @@
     }
   ],
   "require": {
-    "drupal/core": "^8.9 || ^9 || ^10 || ^11"
+    "drupal/core": "^8.9 || ^9 || ^10 || ^11 || ^12"
   }
 }
