-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
87 lines (87 loc) · 2.74 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "dxpr/lightning_dxpr",
"type": "drupal-profile",
"description": "Drupal distribution with DXPR Marketing features, based on Acquia Lightning distribution",
"license": "GPL-2.0-or-later",
"keywords": [
"DXPR",
"Drupal",
"Marketing",
"Acquia",
"Lightning"
],
"support": {
"documentation": "https:/.dxpr.com/hc",
"issues": "https://dxpr.com/hc/tickets"
},
"authors": [
{
"name": "DXPR",
"homepage": "https://dxpr.com",
"role": "Maintainer"
}
],
"require": {
"cweagans/composer-patches": "^1.6",
"dxpr/lightning": "5.2.x-dev",
"ckeditor/fakeobjects": "^4.6",
"drupal/blazy": "2.16",
"drupal/bootstrap": "^3.0",
"drupal/bootstrap4": "^2.0",
"drupal/bootstrap5": "^2.0",
"drupal/ctools": "3.9",
"drupal/default_content": "2.0.0-alpha2",
"drupal/dxpr_theme": "^1.0",
"drupal/dxpr_theme_helper": "^1.0",
"drupal/field_group": "3.4",
"drupal/token": "1.13",
"drupal/webform": "^6.0",
"drupal/dxpr_builder": "^2.0"
},
"extra": {
"drupal-scaffold": {
"locations": {
"web-root": "docroot/"
},
"file-mapping": {
"[project-root]/.gitattributes": false,
"[project-root]/.editorconfig": false,
"[web-root]/example.gitignore": false,
"[web-root]/.csslintrc": false,
"[web-root]/modules/README.txt": false,
"[web-root]/profiles/README.txt": false,
"[web-root]/sites/README.txt": false,
"[web-root]/themes/README.txt": false,
"[web-root]/INSTALL.txt": false,
"[web-root]/robots.txt": false,
"[web-root]/web.config": false
}
},
"enable-patching": true,
"installer-paths": {
"docroot/core": [
"type:drupal-core"
],
"docroot/libraries/{$name}": [
"type:drupal-library"
],
"docroot/modules/contrib/{$name}": [
"type:drupal-module"
],
"docroot/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"docroot/themes/contrib/{$name}": [
"type:drupal-theme"
]
},
"patchLevel": {
"drupal/core": "-p2"
},
"patches": {
"drupal/core": {
"1650930 - Use READ COMMITTED by default for MySQL transactions": "https://www.drupal.org/files/issues/2021-10-12/1650930-140.patch"
}
}
}
}