-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
60 lines (60 loc) · 1.29 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "devshop/devmaster",
"type": "drupal-profile",
"description": "The DevShop web interface.",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Jon Pugh",
"email": "jon@thinkdrop.net",
"role": "Author"
},
{
"name": "DevShop Community",
"homepage": "https://github.com/opendevshop/devshop/graphs/contributors"
}
],
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/7"
}
],
"require": {
"bitbucket/client": "^4.1",
"guzzlehttp/guzzle": "^6",
"knplabs/github-api": "^3.9||^1.0",
"sensiolabs/ansi-to-html": "^1.1",
"symfony/yaml": "^4.4",
"toin0u/digitalocean-v2": "^2.3"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.0"
}
},
"extra": {
"installer-paths": {
"web/libraries/{$name}": [
"type:drupal-library",
"type:bower-asset",
"type:npm-asset"
],
"web/modules/contrib/{$name}": [
"type:drupal-module"
],
"web/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"web/themes/contrib/{$name}": [
"type:drupal-theme"
]
}
},
"conflict": {
"drupal/core": "8.*"
}
}