-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
60 lines (60 loc) · 2.21 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "islandora-rdm/islandora_rdm",
"description": "Islandora Research Data Management Platform",
"type": "drupal-module",
"homepage": "https://github.com/roblib/islandora_rdm",
"authors": [
{
"name": "Alexander O'Neill (alxp)",
"homepage": "https://www.drupal.org/u/alxp",
"role": "Maintainer"
}
],
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"require": {
"drupal/chartjs_api": "*",
"drupal/checklistapi": "*",
"drupal/clamav": "*",
"drupal/conditional_fields": "*",
"drupal/ctools": "*",
"drupal/inline_entity_form": "*",
"drupal/entity_browser": "*",
"drupal/entity_print": "*",
"drupal/entity_reference_unpublished": "*",
"drupal/eu_cookie_compliance": "*",
"drupal/field_permissions": "*",
"drupal/field_group": "*",
"drupal/languagefield": "*",
"drupal/linked_data_field": "dev-1.x",
"drupal/markup": "*",
"drupal/matomo_reports": "*",
"drupal/metatag": "*",
"drupal/pdf": "*",
"drupal/readonly_field_widget": "*",
"drupal/schema_metatag": "^1.6",
"drupal/schema_dataset": "*",
"drupal/media_attribution": "*",
"drupal/paragraphs": "dev-1.x",
"drupal/facets": "*",
"drupal/vefl": "*",
"drupal/viewfield": "^3.0",
"islandora/islandora": "*",
"islandora-rdm/islandora_datacite_doi": "^2.0.0",
"islandora-rdm/islandora_fits": "*",
"islandora/controlled_access_terms": "*",
"islandora-rdm/csv_field_preview": "*",
"islandora-rdm/islandora_bagger_integration": "dev-8.x-1.x",
"islandora-rdm/migrate_7x_claw": "1.x@dev"
},
"extra": {
"patches": {
"drupal/drupal": {
"Migration Lookup plugin does not return multiple values when matched": "https://www.drupal.org/files/issues/2020-02-02/2890844-65.drupal.patch"
},
"drupal/orcid": {
"Update wording of user page when new account creation is disabled.": "https://www.drupal.org/files/issues/2020-05-11/orcid-ui_wording_update-3135591-1.patch"
}
}
}
}