-
Notifications
You must be signed in to change notification settings - Fork 28
/
composer.json
46 lines (46 loc) · 1.14 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 7.x to CLAW migrations.",
"type": "drupal-module",
"homepage": "https://github.com/Islandora-Devops/migrate_7x_claw",
"support": {
"issues": "https://github.com/Islandora-CLAW/CLAW/issues",
"irc": "irc://irc.freenode.org/islandora",
"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_plus": "^4",
"jonathangreen/tuque": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "^6",
"squizlabs/php_codesniffer": "2.8.1",
"drupal/coder": "*",
"sebastian/phpcpd": "*"
},
"authors": [
{
"name": "Islandora Foundation",
"email": "community@islandora.ca",
"role": "Owner"
},
{
"name": "Daniel Lamb",
"email": "dlamb@islandora.ca",
"role": "Maintainer"
},
{
"name": "Jared Whiklo",
"email": "jwhiklo@gmail.com",
"role": "Developer"
}
],
"minimum-stability": "dev"
}