-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
44 lines (44 loc) · 1.11 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
{
"name": "drupal/vartheme",
"description": "A base theme for Varbase standard websites. Based on Bootstrap theme with Bootstrap 3",
"type": "drupal-theme",
"homepage": "https://www.drupal.org/project/vartheme",
"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/vartheme",
"source": "http://cgit.drupalcode.org/vartheme"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"assets": {
"type": "composer",
"url": "https://asset-packagist.org"
}
},
"require": {
"composer/installers": "~2",
"oomphinc/composer-installers-extender": "~2",
"cweagans/composer-patches": "~1.0",
"drupal/core": "~8 || ~9 || ~10",
"drupal/bootstrap": "~3.0"
},
"extra": {
"installer-types": [
"bower-asset",
"npm-asset"
],
"enable-patching": true,
"composer-exit-on-patch-failure": true
}
}