-
Notifications
You must be signed in to change notification settings - Fork 16
/
composer.json
100 lines (100 loc) · 2.82 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "ucdavis/sitefarm_seed",
"description": "Drupal 8 base profile for the SiteFarm platform",
"type": "drupal-profile",
"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": {
"behat/behat": "^3.1",
"behat/mink": "^1.6",
"behat/mink-goutte-driver": "*",
"behat/mink-extension": "*",
"behat/mink-selenium2-driver": "*",
"drupal/drupal-extension": "^3.1"
},
"require": {
"drupal/core": "^8.6.0",
"cweagans/composer-patches": "^1.5",
"composer/installers": "^1.0",
"drupal/address": "1.*",
"drupal/anchor_link": "1.*",
"drupal/better_normalizers": "dev-1.x",
"drupal/block_style_plugins": "1.*",
"drupal/ckwordcount": "1.*",
"drupal/config_update": "1.*",
"drupal/crop": "1.*",
"drupal/ctools": "3.*",
"drupal/default_content": "1.*",
"drupal/editor_file": "1.*",
"drupal/features": "3.*",
"drupal/focal_point": "1.*",
"drupal/google_analytics": "2.*",
"drupal/honeypot": "1.*",
"drupal/masquerade": "2.*",
"drupal/menu_block": "1.*",
"drupal/menu_breadcrumb": "1.*",
"drupal/metatag": "1.*",
"drupal/notification": "1.*",
"drupal/pathauto": "1.*",
"drupal/photoswipe": "1.*",
"drupal/redirect": "1.*",
"drupal/roleassign": "1.*",
"drupal/sharemessage": "1.*",
"drupal/simple_sitemap": "2.*",
"drupal/sitemap": "1.*",
"drupal/social_media_links": "2.*",
"drupal/token": "1.*",
"drupal/url_embed": "1.*",
"drupal/webform": "5.*",
"drupal/webform_views": "5.*"
},
"extra": {
"patches": {
"drupal/core": {
"Profile Inheritance": "https://www.drupal.org/files/issues/2018-10-23/1356276-549-8.6.x.patch",
"multiple image upload dimension fix": "https://www.drupal.org/files/issues/2018-04-28/2644468-91.patch"
},
"drupal/url_embed": {
"make embeds responsive": "https://www.drupal.org/files/issues/option-to-make-embeds-responsive-2825602-2.patch"
}
}
}
}