mirror of
https://gitlab.unicamp.br/infimecc_drupal11_modules/site_tools.git
synced 2026-05-05 16:35:28 -03:00
Compare commits
2 Commits
0.0.2
...
727c726014
| Author | SHA1 | Date | |
|---|---|---|---|
| 727c726014 | |||
| 9d63359854 |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "imecc/site_tools",
|
||||
"description": "Módulo Drupal com ferramentas utilitárias reutilizáveis em outros módulos do site.",
|
||||
"type": "drupal-module",
|
||||
"type": "drupal-custom-module",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
|
||||
12
modules/site_tools_group_helpers/composer.json
Normal file
12
modules/site_tools_group_helpers/composer.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "imecc/site_tools_group_helpers",
|
||||
"description": "Utilitários reutilizáveis para integração com o módulo Group.",
|
||||
"type": "drupal-module",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"drupal/core": "^10.3 || ^11",
|
||||
"imecc/site_tools": "*",
|
||||
"drupal/group": "*"
|
||||
}
|
||||
}
|
||||
11
modules/site_tools_msc_2020/composer.json
Normal file
11
modules/site_tools_msc_2020/composer.json
Normal 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": "*"
|
||||
}
|
||||
}
|
||||
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