diff --git a/composer.json b/composer.json
index 5d861da..b64e741 100644
--- a/composer.json
+++ b/composer.json
@@ -20,6 +20,6 @@
     "source": "https://git.drupalcode.org/project/openchurch_core"
   },
   "require": {
-    "drupal/core": "^9.3 || ^10"
+    "drupal/core": "^9.3 || ^10 || ^11"
   }
 }
diff --git a/openchurch_core.info.yml b/openchurch_core.info.yml
index 1b1c31e..d2b9cec 100644
--- a/openchurch_core.info.yml
+++ b/openchurch_core.info.yml
@@ -2,7 +2,7 @@ name: OpenChurch Core
 description: Provides custom block types, configuration
 package: Administration
 type: module
-core_version_requirement: ^9.2 || ^10
+core_version_requirement: ^9.2 || ^10 || ^11
 dependencies:
   - drupal:block_content
   - drupal:views
