mirror of
https://gitlab.unicamp.br/infimecc_drupal11_modules/ldap_groups_sync.git
synced 2026-05-05 16:35:28 -03:00
Adiciona composer.json ao módulo base e sub-módulos
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
11
modules/ldap_courses_sync/composer.json
Normal file
11
modules/ldap_courses_sync/composer.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"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": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user