Adiciona composer.json aos sub-módulos

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-25 09:45:43 -03:00
parent d113e932ba
commit 9d63359854
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "imecc/site_tools_msc_2020",
"description": "Vocabulário de taxonomia MSC 2020 (Mathematics Subject Classification).",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1",
"drupal/core": "^10 || ^11",
"imecc/site_tools": "*"
}
}