forked from Islandora-Devops/migrate_7x_claw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
46 lines (46 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "islandora/migrate_7x_claw",
"description": "Tools to assist in Islandora Classic 7.x to Islandora 2 migrations.",
"type": "drupal-module",
"homepage": "https://github.com/Islandora-Devops/migrate_7x_claw",
"support": {
"issues": "https://github.com/Islandora-Devops/migrate_7x_claw/issues",
"source": "https://github.com/Islandora-Devops/migrate_7x_claw"
},
"license": "GPL-2.0-or-later",
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"drupal/migrate_conditions": "1.x@beta",
"drupal/migrate_plus": "^5",
"jonathangreen/tuque": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "^6",
"squizlabs/php_codesniffer": "2.7.1",
"drupal/coder": "*",
"sebastian/phpcpd": "*"
},
"authors": [
{
"name": "Islandora Foundation",
"email": "[email protected]",
"role": "Owner"
},
{
"name": "Daniel Lamb",
"email": "[email protected]",
"role": "Maintainer"
},
{
"name": "Jared Whiklo",
"email": "[email protected]",
"role": "Developer"
}
],
"minimum-stability": "dev"
}