Files
structural_pages/composer.json
Quintino A. G. Souza eab5175539 Corrige e completa composer.json
Adiciona dependências reais do módulo (drupal/core ^11, token, pathauto,
dynamic_entity_reference) e corrige php para >=8.1.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 09:25:23 -03:00

14 lines
408 B
JSON

{
"name": "imecc/structural_pages",
"description": "Implements hierarchical editorial structure and contextual navigation for institutional sites.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1",
"drupal/core": "^11",
"drupal/token": "*",
"drupal/pathauto": "*",
"drupal/dynamic_entity_reference": "*"
}
}