-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
122 lines (122 loc) · 3.96 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "drupal/varbase_core",
"description": "This is the Core Varbase feature. Provides core components required by other features.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/varbase_core",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"authors": [
{
"name": "Vardot",
"homepage": "https://www.drupal.org/vardot",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/varbase_core",
"source": "http://cgit.drupalcode.org/varbase_core"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"require": {
"drupal/core": "~10.3.0 || ~11.0.0",
"vardot/varbase-patches": "~10",
"vardot/entity-definition-update-manager": "~1",
"vardot/module-installer-factory": "~1",
"drupal/config_update": "~2",
"drupal/config_ignore": "~3",
"drupal/config_split": "~2",
"drupal/config_inspector": "~2",
"drupal/ctools": "~3 || ~4",
"drupal/token": "~1",
"drupal/token_filter": "~2",
"drupal/bootstrap_layouts": "~5",
"drupal/ds": "~3",
"drupal/views_bootstrap": "~5.5.0",
"drupal/field_group": "~3",
"drupal/smart_trim": "~2",
"drupal/advanced_text_formatter": "~3",
"drupal/block_class": "~3 || ~4",
"drupal/menu_block": "~1",
"drupal/views_infinite_scroll": "~2",
"drupal/entity": "~1",
"drupal/entity_clone": "~2",
"drupal/entity_usage": "~2",
"drupal/entityqueue": "~1",
"drupal/entityqueue_form_widget": "~2",
"drupal/inline_entity_form": "~1",
"drupal/ultimate_cron": "~2",
"drupal/persistent_login": "~2",
"drupal/userprotect": "~1",
"drupal/admin_audit_trail": "~1",
"drupal/login_destination": "~2",
"drupal/admin_toolbar": "~3",
"drupal/gin": "~3",
"drupal/gin_login": "~2",
"drupal/gin_toolbar": "~1",
"drupal/gin_moderation_sidebar": "~1",
"drupal/gin_everywhere": "~1",
"drupal/gin_type_tray": "~1",
"drupal/email_registration": "~2",
"drupal/config_perms": "~2",
"drupal/roleassign": "~2",
"drupal/prevent_homepage_deletion": "~3",
"drupal/tour_ui": "~2",
"drupal/coffee": "~2",
"drupal/responsive_preview": "~2",
"drupal/views_bulk_operations": "~4",
"drupal/views_bulk_edit": "~2 || ~3",
"drupal/revision_log_default": "~1",
"drupal/webform": "~6",
"drupal/webform_views": "~5",
"drupal/default_content": "~2",
"drupal/content_lock": "~2",
"drupal/node_edit_protection": "~1",
"drupal/rabbit_hole": "~2",
"drupal/yoast_seo": "~1",
"drupal/fast_404": "~3",
"drupal/diff": "~1",
"drupal/masquerade": "~2",
"drupal/menu_admin_per_menu": "~1",
"drupal/drd_agent": "~4",
"drupal/devel": "~5",
"drupal/stage_file_proxy": "~2 || ~3.1.0",
"drupal/update_helper": "~3 || ~4",
"drupal/checklistapi": "~2",
"drupal/username_enumeration_prevention": "~1",
"drupal/password_policy": "~4",
"drupal/genpass": "~2",
"drupal/seckit": "~2",
"drupal/security_review": "~3",
"drupal/honeypot": "~2.1.0",
"drupal/antibot": "~2",
"drupal/shield": "~1",
"drupal/flood_control": "~3",
"drupal/captcha": "~2",
"drupal/recaptcha": "~3",
"drupal/length_indicator": "~1",
"drupal/maxlength": "~2 || ~3",
"drupal/menu_position": "~1",
"drupal/taxonomy_manager": "~2",
"drupal/taxonomy_access_fix": "~4",
"drupal/better_exposed_filters": "~6 || ~7",
"drupal/date_filter": "~1",
"drupal/autocomplete_deluxe": "~2",
"drupal/extlink": "~1 || ~2",
"drupal/link_attributes": "~2",
"drupal/entity_reference_revisions": "~1",
"drupal/viewsreference": "~2",
"drupal/vmi": "~3",
"drupal/jquery_ui_accordion": "~1 || ~2",
"drupal/reroute_email": "~2",
"drupal/editoria11y": "~2",
"drupal/sitewide_alert": "~2",
"drupal/schemadotorg": "~1",
"drupal/project_browser": "~2",
"drupal/automatic_updates": "~3"
}
}