mirror of
https://gitlab.unicamp.br/infimecc_drupal11_modules/ldap_groups_sync.git
synced 2026-05-05 07:50:40 -03:00
12 lines
300 B
JSON
12 lines
300 B
JSON
{
|
|
"name": "imecc/ldap_courses_sync",
|
|
"description": "Sincroniza cursos do servidor LDAP com grupos via cron.",
|
|
"type": "drupal-module",
|
|
"license": "GPL-2.0-or-later",
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"drupal/core": "^11",
|
|
"imecc/ldap_groups_sync": "*"
|
|
}
|
|
}
|