-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
56 lines (56 loc) · 1.62 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
{
"name": "drupal/wxt_bootstrap",
"description": "WxT Bootstrap theme for Drupal WxT.",
"type": "drupal-theme",
"license": "GPL-2.0+",
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"composer/installers": "^1.2",
"cweagans/composer-patches": "^1.6.0",
"oomphinc/composer-installers-extender": "^1.1 || ^2",
"drupal/core": "9.* || 10.*",
"drupal/bootstrap": "3.29"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"installer-paths": {
"html/core": [
"type:drupal-core"
],
"html/libraries/{$name}" : [
"type:drupal-library"
],
"html/modules/custom/{$name}": [
"drupal/wxt_library"
],
"html/modules/contrib/{$name}": [
"type:drupal-module"
],
"html/profiles/{$name}": [
"type:drupal-profile"
],
"html/themes/custom/{$name}": [
"drupal/wxt_bootstrap"
],
"html/themes/contrib/{$name}": [
"type:drupal-theme"
],
"drush/contrib/{$name}": [
"type:drupal-drush"
]
},
"enable-patching": true,
"patches": {
"drupal/core": {
"Enter drupal/core patch #2752443 description here":
"https://www.drupal.org/files/issues/in_correct_order_and-2752443-1.patch"
}
}
}
}