-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·38 lines (38 loc) · 1.24 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
{
"name": "drupal/varbase_heroslider",
"description": "Varbase Hero Slider : This app will populate the universal implementation of a \"Hero Slider\" to be used on the homepage in most cases. A rich hero slider that allows you to display video and/or image slides.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/varbase_heroslider",
"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_heroslider",
"source": "http://cgit.drupalcode.org/varbase_heroslider",
"slack" : "http://slack.varbase.vardot.com"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"require": {
"drupal/core": "~10.4.0 || ~11.1.0",
"vardot/varbase-patches": "~10",
"drupal/varbase_media": "~10",
"drupal/varbase_components": "~2",
"drupal/entityqueue": "~1",
"drupal/rabbit_hole": "~2",
"drupal/field_group": "~3",
"drupal/length_indicator": "~1",
"drupal/advanced_text_formatter": "~3",
"drupal/maxlength": "~2 || ~3"
}
}