diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..31eade4 --- /dev/null +++ b/composer.json @@ -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": "*" + } +}