forked from xenomedia/bootstrap_paragraphs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
executable file
·41 lines (41 loc) · 1.38 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_bootstrap_paragraphs",
"description": "Varbase Bootstrap Paragraphs : A suite of Paragraph bundles to be used for Varbase distribution. Made with the Bootstrap framework, based on a fork of Bootstrap Paragraph module (bootstrap_paragraphs).",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/varbase_bootstrap_paragraphs",
"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_bootstrap_paragraphs",
"source": "http://cgit.drupalcode.org/varbase_bootstrap_paragraphs"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"require": {
"drupal/core": "~10.4.0 || ~11.1.0",
"vardot/varbase-patches": "~10",
"vardot/entity-definition-update-manager": "~1",
"vardot/module-installer-factory": "~1",
"drupal/varbase_media": "~10",
"drupal/paragraphs": "~1",
"drupal/paragraphs_previewer": "~1",
"drupal/paragraphs_edit": "~2 || ~3",
"drupal/viewsreference": "~2",
"drupal/webform": "~6",
"drupal/field_group": "~3",
"drupal/advanced_text_formatter": "~3",
"drupal/maxlength": "~2 || ~3",
"drupal/entity_usage": "~2"
}
}