-
- Downloads
Fix dependencies for composer.json
... | @@ -4,9 +4,8 @@ | ... | @@ -4,9 +4,8 @@ |
"description": "ECA and http services - part 2", | "description": "ECA and http services - part 2", | ||
"license": "GPL-2.0-or-later", | "license": "GPL-2.0-or-later", | ||
"require": { | "require": { | ||
"drupal/eca_access": "*", | "drupal/core": ">=10.3", | ||
"drupal/eca_base": "*", | "drupal/eca": "*", | ||
"drupal/eca_endpoint": "*", | |||
"drupal/http_client_manager": "*" | "drupal/http_client_manager": "*" | ||
} | } | ||
} | } |
Please register or sign in to comment