-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
62 lines (62 loc) · 1.62 KB
/
composer.json
File metadata and controls
62 lines (62 loc) · 1.62 KB
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
61
62
{
"name": "ucsf/sitefarm_mods",
"description": "Drupal 10 modules for the SiteFarm platform",
"type": "drupal-module",
"minimum-stability": "dev",
"prefer-stable": true,
"license": "proprietary",
"authors": [
{
"name": "Regents of the University of California",
"email": "[email protected]",
"role": "Copyright Owner"
},
{
"name": "Carson Black",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Shawn DeArmond",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Anthony Horn",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Mark Miller",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/ucdavis/sitefarm-seed/issues",
"source": "https://github.com/ucdavis/sitefarm-seed"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"require-dev": {
"phpspec/prophecy-phpunit": "^2.0"
},
"require": {
"drupal/address": "^1.0 || ^2.0",
"drupal/anchor_link": "^2.0 || ^3.0",
"drupal/better_normalizers": "^1.0 || ^2.0 || ^3.0",
"drupal/block_style_plugins": "^1.0 || ^2.0",
"drupal/ckwordcount": "^1.5 || ^2.0",
"drupal/default_content": "^1.0 || ^2.0",
"drupal/editor_file": "^1.0 || ^2.0",
"drupal/menu_block": "^1.0 || ^2.0",
"drupal/notification": "^1.0 || ^2.0",
"drupal/roleassign": "^2.0",
"drupal/social_media_links": "^2.0",
"drupal/url_embed": "1.* || ^2.0"
}
}