-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.17 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
{
"name": "drupal/varbase_components",
"description": "This is the components handler module for Varbase distribution.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/varbase_components",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"authors": [
{
"name": "Vardot",
"homepage": "https://www.drupal.org/vardot",
"role": "Maintainer"
}
],
"support": {
"issues": "http://drupal.org/project/issues/varbase_components",
"source": "http://cgit.drupalcode.org/varbase_components"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"require": {
"drupal/core": "~10.4.0 || ~11.1.0",
"vardot/varbase-patches": "~9 || ~10",
"drupal/cl_components": "~1",
"drupal/cl_editorial": "~3",
"drupal/cl_block": "~1",
"drupal/cl_selector_field": "~2",
"drupal/cl_server": "~2",
"drupal/cl_devel": "~2",
"drupal/ui_patterns": "~1",
"drupal/ui_patterns_settings": "~2",
"drupal/ui_patterns_field_formatters": "~2",
"drupal/sdc_display": "~2",
"drupal/nomarkup": "~1",
"league/commonmark": "~2.4.0"
}
}