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:
2026-03-25 10:22:17 -03:00
parent 4a65619c27
commit 3a415cb5b6
4 changed files with 46 additions and 0 deletions

13
composer.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "imecc/ldap_groups_sync",
"description": "Base module with shared access-rules infrastructure for LDAP group sync modules.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1",
"drupal/core": "^11",
"drupal/group": "*",
"drupal/ldap": "*",
"imecc/site_tools": "*"
}
}