-
- Downloads
Fix dependencies for composer.json
... | @@ -4,11 +4,9 @@ | ... | @@ -4,11 +4,9 @@ |
"description": "Notifications", | "description": "Notifications", | ||
"license": "GPL-2.0-or-later", | "license": "GPL-2.0-or-later", | ||
"require": { | "require": { | ||
"drupal/eca_base": "*", | "drupal/core": ">=10.3", | ||
"drupal/eca_content": "*", | "drupal/eca": "*", | ||
"drupal/eca_crowdsec": "*", | "drupal/crowdsec": "*", | ||
"drupal/eca_log": "*", | |||
"drupal/eca_user": "*", | |||
"drupal/push_framework": "*" | "drupal/push_framework": "*" | ||
} | } | ||
} | } |
Please register or sign in to comment