Files
ldap_groups_sync/composer.json
2026-03-25 16:14:07 -03:00

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": "*"
}
}