diff --git a/composer.json b/composer.json
index 82866b6821bc105fceb1b2c98fb7ca7533bc7586..7d45fcfb67776b47ff38b1b7410711aadbb7f56e 100644
--- a/composer.json
+++ b/composer.json
@@ -4,9 +4,8 @@
     "description": "ECA and http services - part 2",
     "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": "*"
     }
 }