mirror of
https://gitlab.unicamp.br/infimecc_drupal11_modules/ldap_groups_sync.git
synced 2026-05-04 19:10:40 -03:00
14 lines
382 B
JSON
14 lines
382 B
JSON
{
|
|
"name": "imecc/ldap_groups_sync",
|
|
"description": "Base module with shared access-rules infrastructure for LDAP group sync modules.",
|
|
"type": "drupal-custom-module",
|
|
"license": "GPL-2.0-or-later",
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"drupal/core": "^11",
|
|
"drupal/group": "*",
|
|
"drupal/ldap": "*",
|
|
"imecc/site_tools": "*"
|
|
}
|
|
}
|