-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
executable file
·217 lines (205 loc) · 7.31 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
{
"name": "proyecto-drupal/base-drupal",
"description": "Plantilla de instalación de Drupal",
"type": "project",
"license": "GPL-3.0-or-later",
"version": "3.2.0",
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require": {
"php": ">=8.1",
"ext-curl": "*",
"ext-dom": "*",
"ext-gd": "*",
"ext-redis": "*",
"ext-igbinary": "*",
"ext-apcu": "*",
"ext-zlib": "*",
"composer/installers": "^2.2",
"cweagans/composer-patches": "^1.7",
"drupal/core-composer-scaffold": "^10.1",
"drupal/core-recommended": "^10.1",
"drupal/admin_toolbar": "^3.4",
"drupal/amswap": "^3.2",
"drupal/better_exposed_filters": "^6.0",
"drupal/big_pipe_sessionless": "^2.1",
"drupal/block_exclude_pages": "^2.1@beta",
"drupal/captcha": "^2.0",
"drupal/cdn": "^4.0",
"drupal/config_filter": "^2.4",
"drupal/config_ignore": "^3.0@beta",
"drupal/config_pages": "^2.15",
"drupal/config_split": "^2.0@RC",
"drupal/coffee": "^1.3",
"drupal/cookies": "^1.2",
"drupal/csv_serialization": "^3.0",
"drupal/easy_breadcrumb": "^2.0",
"drupal/editor_advanced_link": "^2.2",
"drupal/entity_print": "^2.13",
"drupal/entity_reference_revisions": "^1.10",
"drupal/entity_update": "^3.0",
"drupal/environment_indicator": "^4.0",
"drupal/field_group": "^3.4",
"drupal/field_permissions": "^1.2",
"drupal/file_delete": "^2.0",
"drupal/imageapi_optimize": "^4.0",
"drupal/imageapi_optimize_resmushit": "^2.0@beta",
"drupal/jquery_ui_accordion": "^2.0",
"drupal/jquery_ui_touch_punch": "^1.1",
"drupal/linkit": "^6.1",
"drupal/metatag": "^2.0",
"drupal/module_filter": "^4.0",
"drupal/paragraphs": "^1.15",
"drupal/pathauto": "^1.11",
"drupal/quicklink": "^2.0",
"drupal/redirect": "^1.8",
"drupal/redis": "^1.7",
"drupal/robotstxt": "^1.5",
"drupal/select2": "^1.15",
"drupal/simple_sitemap": "^4.1",
"drupal/smart_trim": "^2.1",
"drupal/symfony_mailer": "^1.3",
"drupal/stage_file_proxy": "^2.1",
"drupal/svg_image": "^3.0",
"drupal/token_filter": "^2.0",
"drupal/twig_field_value": "^2.0",
"drupal/twig_tweak": "^3.2",
"drupal/verf": "^2.0",
"drupal/views_bulk_operations": "^4.2",
"drupal/views_data_export": "^1.3",
"drupal/view_password": "^6.0",
"drupal/webform": "^6.2@beta",
"drupal/webform_views": "^5.2",
"npm-asset/select2": "^4.0",
"drush/drush": "^11.6",
"mikehaertl/phpwkhtmltopdf": "^2.5",
"oomphinc/composer-installers-extender": "^2.0",
"vlucas/phpdotenv": "^5.5",
"webflo/drupal-finder": "^1.2",
"wikimedia/composer-merge-plugin": "^2.1"
},
"require-dev": {
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"process-timeout": 0,
"discard-changes": true,
"optimize-autoloader": true,
"secure-http": false,
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"drupal/core-composer-scaffold": true,
"ergebnis/composer-normalize": true,
"icanhazstring/composer-unused": true,
"oomphinc/composer-installers-extender": true,
"wikimedia/composer-merge-plugin": true,
"zaporylie/composer-drupal-optimizations": true,
"phpstan/extension-installer": true
}
},
"autoload": {
"classmap": ["scripts/composer/ScriptHandler.php"],
"files": ["load.environment.php"]
},
"scripts": {
"post-scripts": [
"DrupalProject\\composer\\ScriptHandler::removeGitDirectories",
"DrupalProject\\composer\\ScriptHandler::setScriptsPermissions",
"DrupalProject\\composer\\ScriptHandler::removeUnnecesaryFiles",
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles",
"DrupalProject\\composer\\ScriptHandler::setDrupalPermissions"
],
"pre-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
],
"pre-update-cmd": [
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
],
"post-install-cmd": [
"@post-scripts"
],
"post-update-cmd": [
"@post-scripts"
],
"pre-drupal-scaffold-cmd": [
"DrupalProject\\composer\\ScriptHandler::preDrupalScaffold"
]
},
"extra": {
"composer-exit-on-patch-failure": false,
"composer-normalize": {
"indent-size": 4,
"indent-style": "space"
},
"drupal-scaffold": {
"allowed-packages": [
"drupal/core"
],
"locations": {
"web-root": "web/"
},
"file-mapping": {
"[web-root]/sites/develop.services.yml": false,
"[web-root]/sites/default/default.services.yml": false,
"[web-root]/sites/default/default.settings.php": false,
"[web-root]/robots.txt": false,
"[web-root]/.gitattributes": false,
"[web-root]/.gitignore": false,
"[web-root]/.editorconfig": false
},
"overwrite": false
},
"installer-types": [
"npm-asset",
"bower-asset"
],
"installer-paths": {
"web/core": ["type:drupal-core"],
"web/libraries/ckeditor/plugins/{$name}": ["vendor:ckeditor-plugin"],
"web/libraries/{$name}": [
"type:drupal-library",
"type:npm-asset",
"type:bower-asset"
],
"web/modules/contrib/{$name}": ["type:drupal-module"],
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
"web/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/Commands/contrib/{$name}": ["type:drupal-drush"],
"web/modules/custom/{$name}": ["type:drupal-custom-module"],
"web/profiles/custom/{$name}": ["type:drupal-custom-profile"],
"web/themes/custom/{$name}": ["type:drupal-custom-theme"]
},
"merge-plugin": {
"ignore-duplicates": true,
"include": [
"composer.custom.json",
"web/modules/custom/*/composer.json",
"web/modules/contrib/webform/composer.libraries.json"
],
"merge-dev": true,
"merge-extra": true,
"merge-extra-deep": true,
"recurse": true,
"replace": false
},
"patches-file": "./config/patches/composer.patches.json",
"patchLevel": {
"drupal/core": "-p2"
}
}
}