-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
57 lines (57 loc) · 1.72 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
57
{
"name": "drupal/wxt_library",
"description": "Registers WxT Bootstrap using native libraries.",
"type": "drupal-module",
"license": "GPL-2.0+",
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://drupalwxt.github.io/composer-extdeps/"
}
],
"require": {
"composer/installers": "^1.2 || ^2",
"cweagans/composer-patches": "^1.6.0",
"oomphinc/composer-installers-extender": "^1.1 || ^2",
"drupal/core": "9.* || 10.*",
"wet-boew/wet-boew": "4.0.50.1",
"wet-boew/theme-wet-boew": "4.0.41",
"wet-boew/theme-base": "4.0.27",
"wet-boew/theme-gc-intranet": "4.0.43.1",
"wet-boew/theme-gc-intranet-legacy": "4.0.27",
"wet-boew/theme-gcwu-fegc": "4.0.27",
"wet-boew/theme-gcweb": "10.5.5",
"wet-boew/theme-gcweb-legacy": "4.0.29",
"wet-boew/theme-ogpl": "4.0.27"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"installer-paths": {
"html/core": [
"type:drupal-core"
],
"html/libraries/{$name}" : [
"type:drupal-library"
],
"html/modules/contrib/{$name}": [
"type:drupal-module"
],
"html/profiles/{$name}": [
"type:drupal-profile"
],
"html/themes/contrib/{$name}": [
"type:drupal-theme"
],
"drush/contrib/{$name}": [
"type:drupal-drush"
]
},
"enable-patching": true,
"patches": { }
}
}