composer.json
387 Bytes
{
"name": "drupal/drupal_cms_authentication",
"description": "Sets up a site with useful authentication features.",
"type": "drupal-recipe",
"license": ["GPL-2.0-or-later"],
"require": {
"drupal/bpmn_io": "^2.0.3",
"drupal/core": ">=10.3",
"drupal/eca": "^2.1",
"drupal/login_emailusername": "^3",
"drupal/token": "^1"
}
}