mirror of
https://gitlab.unicamp.br/infimecc_drupal11_modules/site_tools.git
synced 2026-05-03 20:30:41 -03:00
13 lines
350 B
JSON
13 lines
350 B
JSON
{
|
|
"name": "imecc/site_tools_group_helpers",
|
|
"description": "Utilitários reutilizáveis para integração com o módulo Group.",
|
|
"type": "drupal-module",
|
|
"license": "GPL-2.0-or-later",
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"drupal/core": "^10.3 || ^11",
|
|
"imecc/site_tools": "*",
|
|
"drupal/group": "*"
|
|
}
|
|
}
|