-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
35 lines (35 loc) · 1.16 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
{
"name": "discoverygarden/dgi_migrate",
"type": "drupal-module",
"license": "GPL-3.0-or-later",
"require": {
"discoverygarden/dgi_saxon_helper": "^1",
"discoverygarden/foxml": "^1",
"discoverygarden/islandora_drush_utils": "^1 || ^2",
"discoverygarden/update-helper": "^1",
"drupal/imagemagick": "^3.2",
"drupal/migrate_directory": "^1 || ^2",
"drupal/migrate_plus": "^5.1 || ^6",
"drupal/migrate_tools": "^6.0.4",
"drupal/paragraphs": "^1",
"drupal/pathauto": "^1.8",
"islandora/controlled_access_terms": "^2",
"islandora/islandora": "^2",
"iqb/substream": "dev-master",
"symfony/mime": "^5 || ^6"
},
"require-dev": {
"drupal/devel": "^4"
},
"suggest": {
"discoverygarden/entity_reference_integrity_extra": "Deal with addtional 'entity_reference' fields.",
"drupal/entity_reference_integrity": "Used to check things when a migration elects to 'manage_orphans'."
},
"extra": {
"drush": {
"services": {
"drush.10-11.services.yml": "^10 || ^11"
}
}
}
}