mirror of
https://gitlab.unicamp.br/infimecc_drupal11_modules/site_tools.git
synced 2026-05-03 21:40:41 -03:00
Adiciona composer.json aos sub-módulos
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
13
modules/site_tools_msc_2020_migrate/composer.json
Normal file
13
modules/site_tools_msc_2020_migrate/composer.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "imecc/site_tools_msc_2020_migrate",
|
||||
"description": "Migrations para importação dos termos MSC 2020 (inglês e português).",
|
||||
"type": "drupal-module",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"drupal/core": "^10 || ^11",
|
||||
"imecc/site_tools_msc_2020": "*",
|
||||
"drupal/migrate_plus": "*",
|
||||
"drupal/migrate_source_csv": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user