Files
structural_pages/modules/structural_pages_event/composer.json
2026-03-25 09:36:20 -03:00

13 lines
371 B
JSON

{
"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": "*"
}
}