diff --git a/composer.json b/composer.json
index 1abae5350b0761a660f95942a9657f1fe2f17173..056573bcbdb6305f85a781e09e052b81fa107508 100644
--- a/composer.json
+++ b/composer.json
@@ -4,9 +4,8 @@
     "description": "ECA and http services",
     "license": "GPL-2.0-or-later",
     "require": {
-        "drupal/eca_access": "*",
-        "drupal/eca_base": "*",
-        "drupal/eca_endpoint": "*",
+        "drupal/core": ">=10.3",
+        "drupal/eca": "*",
         "drupal/http_client_manager": "*"
     }
 }