From 777f79934c14dc0ddb7770670ea3e138070520ee Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Wed, 7 Aug 2024 12:59:19 +0200
Subject: [PATCH] Fix dependencies for composer.json

---
 composer.json | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/composer.json b/composer.json
index 7160828..a73c476 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": "*"
     }
 }
-- 
GitLab