mirror of
https://gitlab.unicamp.br/infimecc_drupal11_modules/site_users.git
synced 2026-05-03 12:50:42 -03:00
13 lines
365 B
JSON
13 lines
365 B
JSON
{
|
|
"name": "imecc/site_users_user_content",
|
|
"description": "Provides User entity support as parent type for Structural Pages module.",
|
|
"type": "drupal-module",
|
|
"license": "GPL-2.0-or-later",
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"drupal/core": "^10.3 || ^11",
|
|
"imecc/site_users": "*",
|
|
"imecc/structural_pages": "*"
|
|
}
|
|
}
|