mirror of
https://gitlab.unicamp.br/infimecc_drupal11_modules/site_users.git
synced 2026-05-04 00:00:42 -03:00
13 lines
325 B
JSON
13 lines
325 B
JSON
{
|
|
"name": "imecc/site_users_blog",
|
|
"description": "Blog por usuário integrado ao microsite pessoal.",
|
|
"type": "drupal-module",
|
|
"license": "GPL-2.0-or-later",
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"drupal/core": "^11",
|
|
"imecc/site_users": "*",
|
|
"imecc/structural_pages": "*"
|
|
}
|
|
}
|