mirror of
https://gitlab.unicamp.br/infimecc_drupal11_modules/structural_pages.git
synced 2026-05-04 22:50:41 -03:00
Adiciona composer.json aos sub-módulos
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
10
imecc_menu_helper/composer.json
Normal file
10
imecc_menu_helper/composer.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"name": "imecc/imecc_menu_helper",
|
||||||
|
"description": "Automatiza a hierarquia de menus baseada na Taxonomia de Setores.",
|
||||||
|
"type": "drupal-module",
|
||||||
|
"license": "GPL-2.0-or-later",
|
||||||
|
"require": {
|
||||||
|
"php": ">=8.1",
|
||||||
|
"drupal/core": "^10"
|
||||||
|
}
|
||||||
|
}
|
||||||
12
modules/structural_pages_event/composer.json
Normal file
12
modules/structural_pages_event/composer.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"name": "imecc/structural_pages_event",
|
||||||
|
"description": "Provides Event 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/structural_pages": "*",
|
||||||
|
"imecc/event_management": "*"
|
||||||
|
}
|
||||||
|
}
|
||||||
12
modules/structural_pages_group/composer.json
Normal file
12
modules/structural_pages_group/composer.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"name": "imecc/structural_pages_group",
|
||||||
|
"description": "Provides Group 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/structural_pages": "*",
|
||||||
|
"drupal/group": "*"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user