diff --git a/composer.json b/composer.json
index 5b2d2d6..75576a4 100644
--- a/composer.json
+++ b/composer.json
@@ -16,7 +16,7 @@
     "source": "https://git.drupalcode.org/project/mosparo_integration"
   },
   "require": {
-    "drupal/core": "^9.4 || ^10 || ^11",
-    "mosparo/php-api-client": "^1.1"
+    "mosparo/php-api-client": "^1.1",
+    "drupal/core": "^9.4 || ^10 || ^11 || ^12"
   }
 }
diff --git a/modules/mosparo_captcha/mosparo_captcha.info.yml b/modules/mosparo_captcha/mosparo_captcha.info.yml
index e47255b..a024ca4 100644
--- a/modules/mosparo_captcha/mosparo_captcha.info.yml
+++ b/modules/mosparo_captcha/mosparo_captcha.info.yml
@@ -2,7 +2,7 @@ name: "mosparo: Integration for CAPTCHA"
 type: module
 description: "This integration allows you to use mosparo with the CAPTCHA API."
 package: Spam control
-core_version_requirement: ^9.4 || ^10 || ^11
+core_version_requirement: ^9.4 || ^10 || ^11 || ^12
 dependencies:
   - mosparo_integration:mosparo_integration
   - captcha:captcha
diff --git a/modules/mosparo_contact/mosparo_contact.info.yml b/modules/mosparo_contact/mosparo_contact.info.yml
index c1c21dd..7327744 100644
--- a/modules/mosparo_contact/mosparo_contact.info.yml
+++ b/modules/mosparo_contact/mosparo_contact.info.yml
@@ -2,7 +2,7 @@ name: "mosparo: Integration for Contact"
 type: module
 description: "This integration allows you to add mosparo to your Contact forms."
 package: Spam control
-core_version_requirement: ^9.4 || ^10 || ^11
+core_version_requirement: ^9.4 || ^10 || ^11 || ^12
 dependencies:
   - mosparo_integration:mosparo_integration
   - drupal:contact
diff --git a/modules/mosparo_webform/mosparo_webform.info.yml b/modules/mosparo_webform/mosparo_webform.info.yml
index 76daeb2..a9fbd16 100644
--- a/modules/mosparo_webform/mosparo_webform.info.yml
+++ b/modules/mosparo_webform/mosparo_webform.info.yml
@@ -2,7 +2,7 @@ name: "mosparo: Integration for Webform"
 type: module
 description: "This integration allows you to add mosparo with a form field to your Webform forms."
 package: Spam control
-core_version_requirement: ^9.4 || ^10 || ^11
+core_version_requirement: ^9.4 || ^10 || ^11 || ^12
 dependencies:
   - mosparo_integration:mosparo_integration
   - webform:webform
diff --git a/mosparo_integration.info.yml b/mosparo_integration.info.yml
index f4dc3fb..2e8b685 100644
--- a/mosparo_integration.info.yml
+++ b/mosparo_integration.info.yml
@@ -2,5 +2,5 @@ name: "mosparo: Base Integration"
 type: module
 description: "mosparo is the modern spam protection system for your forms. mosparo will catch the spam messages before they get sent to your inbox."
 package: Spam control
-core_version_requirement: ^9.4 || ^10 || ^11
+core_version_requirement: ^9.4 || ^10 || ^11 || ^12
 configure: mosparo_connection.list
