mirror of
https://gitlab.unicamp.br/infimecc_drupal11_modules/structural_pages.git
synced 2026-05-04 16:50:41 -03:00
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>
This commit is contained in:
13
composer.json
Normal file
13
composer.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user