forked from Islandora/controlled_access_terms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
47 lines (47 loc) · 1.12 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
{
"name": "islandora/controlled_access_terms",
"description": "Drupal module for subjects and agents",
"type": "drupal-module",
"keywords": ["Drupal", "Islandora"],
"homepage": "https://github.com/Islandora/controlled_access_terms",
"support": {
"issues": "https://github.com/Islandora/documentation/issues"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"drupal/geolocation": "^3.2",
"drupal/token": "^1.7",
"professional-wiki/edtf": "^2 || ^3"
},
"require-dev": {
"phpunit/phpunit": "^6",
"squizlabs/php_codesniffer": "^2.8.1 || ^3",
"drupal/coder": "*",
"sebastian/phpcpd": "*"
},
"suggest": {
"drupal/name": "Provides western-centric structured names."
},
"conflict": {
"islandora/jsonld": "<2.1.0",
"drupal/core": "<=8"
},
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Islandora Foundation",
"email": "[email protected]",
"role": "Owner"
},
{
"name": "Seth Shaw",
"email": "[email protected]",
"role": "Maintainer"
}
]
}