-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcomposer.json
38 lines (38 loc) · 911 Bytes
/
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
{
"name": "islandora/carapace",
"description": "An AdaptiveTheme sub-theme customized to optimize the Islandora experience",
"type": "drupal-theme",
"keywords": ["Drupal", "Islandora"],
"homepage": "https://github.com/Islandora/Carapace",
"support": {
"issues": "https://github.com/Islandora/documentation/issues"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"drupal/at_theme": "^1.4"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"squizlabs/php_codesniffer": "2.7.1",
"drupal/coder": "*",
"sebastian/phpcpd": "*"
},
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Islandora Foundation",
"email": "community@islandora.ca",
"role": "Owner"
},
{
"name": "Favenzio Calvo",
"email": "fcalvo@fsu.edu",
"role": "Author"
}
]
}