-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
76 lines (76 loc) · 2.47 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
{
"name": "drupal/dropsolid_rocketship_profile",
"description": "The installation profile for Dropsolid products.",
"type": "drupal-profile",
"authors": [
{
"name": "Kevin Van Belle",
"homepage": "https://www.drupal.org/u/kevinvb",
"role": "Maintainer"
},
{
"name": "Brent Gees",
"homepage": "https://www.drupal.org/u/brentgees",
"role": "Maintainer"
},
{
"name": "Nick Vanpraet",
"homepage": "https://www.drupal.org/u/grayle",
"role": "Maintainer"
}
],
"require": {
"drupal/console": "~1.0",
"drupal/devel": "^4.0",
"drupal/devel_php": "^1.2",
"drupal/facets": "^1.4",
"drupal/views_exposed_filter_blocks": "^1.1",
"drupal/captcha": "^1.1",
"drupal/simple_recaptcha": "^1.0",
"drupal/field_hidden": "^2.0",
"drupal/reroute_email": "^1.2",
"drupal/environment_indicator": "^4.0",
"drupal/memcache": "^2.1",
"drupal/dropsolid_purge": "^1.0",
"drupal/purge": "^3.0",
"drupal/twig_xdebug": "^1.2",
"drupal/rabbit_hole": "^1.0",
"drupal/chosen": "^3.0",
"drupal/allowed_formats": "^1.3",
"drupal/stage_file_proxy": "^1.0",
"drupal/geocoder": "^3.0",
"drupal/geofield": "^1.0",
"drupal/geofield_map": "~2.13",
"drupal/address": "^1.8",
"drupal/disable_language": "^1.0",
"drupal/office_hours": "^1.3",
"drupal/imageapi_optimize": "^4.0",
"drupal/imageapi_optimize_binaries": "^1.0",
"drupal/imageapi_optimize_resmushit": "^2.0",
"drupal/minifyhtml": "^1.10",
"drupal/rocketship_core": "^5.0",
"drupal/r4032login": "^2.0",
"drupal/menu_link_attributes": "^1.1",
"drupal/redirect": "^1.6",
"drupal/block_content_permissions": "^1.10",
"drupal/critical_css": "^1.16",
"drupal/seckit": "^2.0",
"drupal/path_redirect_import": "^1.0",
"drupal/unified_twig_ext": "^1.0",
"kint-php/kint": "^3.3",
"drupal/http_cache_control": "~2.0"
},
"support": {
"docs": "https://drupal.org/project/dropsolid_rocketship_profile"
},
"extra": {
"patches": {
"drupal/purge": {
"Give destruct service tags priority. Depends on related core patch": "https://www.drupal.org/files/issues/2020-06-19/3008776.add-priority-to-needs_destruct.8.patch"
},
"drupal/minifyhtml": {
"Ignore Minify Settings on Admin Pages https://www.drupal.org/project/minifyhtml/issues/3230610": "https://www.drupal.org/files/issues/2021-09-01/minifyhtml-3230610.patch"
}
}
}
}