diff --git a/composer.json b/composer.json
index 7160828d95935b8a0e48f6828d11e63845f385de..a73c4763c613b5554bef6176bbb48f4a7187fb0c 100644
--- a/composer.json
+++ b/composer.json
@@ -4,8 +4,7 @@
     "description": "Add role to inserted or updated user",
     "license": "GPL-2.0-or-later",
     "require": {
-        "drupal/eca_base": "*",
-        "drupal/eca_content": "*",
-        "drupal/eca_user": "*"
+        "drupal/core": ">=10.3",
+        "drupal/eca": "*"
     }
 }