forked from drupalwxt/wxt
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
408 lines (408 loc) · 18.6 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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
{
"name": "drupalwxt/wxt",
"description": "Project template for Drupal 8 sites built with the WxT distribution.",
"type": "drupal-profile",
"license": "GPL-2.0+",
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"behat/mink": "~1.7",
"behat/mink-goutte-driver": "~1.2",
"jcalderonzumba/gastonjs": "~1.0.2",
"jcalderonzumba/mink-phantomjs-driver": "~0.3.1",
"mikey179/vfsStream": "~1.2",
"phpunit/phpunit": "~4.8",
"symfony/css-selector": "~2.8",
"drush/drush": "8.1.10",
"drupal/drupal-extension": "^3.2",
"behat/behat": "^3.0",
"drupal/coder": "^2.0",
"phing/phing": "^2.14",
"drupal/devel": "^1.0",
"squizlabs/php_codesniffer": "2.*",
"se/selenium-server-standalone": "^2.53",
"drupal/console": "^1.0",
"jakoch/phantomjs-installer": "1.9.8",
"composer/composer": "^1.4"
},
"config": {
"bin-dir": "bin/",
"secure-http": false,
"prestissimo": {
"maxConnections": 10,
"minConnections": 5
}
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type" : "package",
"package" : {
"name" : "w8tcha/ckeditor-codemirror",
"version" : "v1.16",
"type" : "drupal-library",
"dist" : {
"url" : "https://github.com/w8tcha/CKEditor-CodeMirror-Plugin/archive/1.16.tar.gz",
"type" : "tar"
},
"source" : {
"url" : "https://github.com/w8tcha/CKEditor-CodeMirror-Plugin.git",
"type" : "git",
"reference" : "1.16"
}
}
},
{
"type" : "package",
"package" : {
"name" : "wet-boew/wet-boew",
"version" : "v4.0.25",
"type" : "drupal-library",
"dist" : {
"url" : "https://github.com/wet-boew/wet-boew-cdn/archive/v4.0.25.tar.gz",
"type" : "tar"
},
"source" : {
"url" : "https://github.com/wet-boew/wet-boew-cdn.git",
"type" : "git",
"reference" : "v4.0.25"
}
}
},
{
"type" : "package",
"package" : {
"name" : "wet-boew/theme-wet-boew",
"version" : "v4.0.25",
"type" : "drupal-library",
"dist" : {
"url" : "https://github.com/wet-boew/themes-cdn/archive/v4.0.25-theme-wet-boew.tar.gz",
"type" : "tar"
},
"source" : {
"url" : "https://github.com/wet-boew/themes-cdn.git",
"type" : "git",
"reference" : "v4.0.25-theme-wet-boew"
}
}
},
{
"type" : "package",
"package" : {
"name" : "wet-boew/theme-base",
"version" : "v4.0.25",
"type" : "drupal-library",
"dist" : {
"url" : "https://github.com/wet-boew/themes-cdn/archive/v4.0.25-theme-base.tar.gz",
"type" : "tar"
},
"source" : {
"url" : "https://github.com/wet-boew/themes-cdn.git",
"type" : "git",
"reference" : "v4.0.25-theme-base"
}
}
},
{
"type" : "package",
"package" : {
"name" : "wet-boew/theme-gc-intranet",
"version" : "v4.0.25",
"type" : "drupal-library",
"dist" : {
"url" : "https://github.com/wet-boew/themes-cdn/archive/v4.0.25-theme-gc-intranet.tar.gz",
"type" : "tar"
},
"source" : {
"url" : "https://github.com/wet-boew/themes-cdn.git",
"type" : "git",
"reference" : "v4.0.25-theme-gc-intranet"
}
}
},
{
"type" : "package",
"package" : {
"name" : "wet-boew/theme-gcwu-fegc",
"version" : "v4.0.25",
"type" : "drupal-library",
"dist" : {
"url" : "https://github.com/wet-boew/themes-cdn/archive/v4.0.25-theme-gcwu-fegc.tar.gz",
"type" : "tar"
},
"source" : {
"url" : "https://github.com/wet-boew/themes-cdn.git",
"type" : "git",
"reference" : "v4.0.25-theme-gcwu-fegc"
}
}
},
{
"type" : "package",
"package" : {
"name" : "wet-boew/theme-gcweb",
"version" : "v4.0.25",
"type" : "drupal-library",
"dist" : {
"url" : "https://github.com/wet-boew/themes-cdn/archive/v4.0.25-gcweb.tar.gz",
"type" : "tar"
},
"source" : {
"url" : "https://github.com/wet-boew/themes-cdn.git",
"type" : "git",
"reference" : "v4.0.25-gcweb"
}
}
},
{
"type" : "package",
"package" : {
"name" : "wet-boew/theme-ogpl",
"version" : "v4.0.25",
"type" : "drupal-library",
"dist" : {
"url" : "https://github.com/wet-boew/themes-cdn/archive/v4.0.25-theme-ogpl.tar.gz",
"type" : "tar"
},
"source" : {
"url" : "https://github.com/wet-boew/themes-cdn.git",
"type" : "git",
"reference" : "v4.0.25-theme-ogpl"
}
}
}
],
"scripts": {
"post-install-cmd": [
"@composer drupal-scaffold"
],
"post-update-cmd": [
"@composer package"
],
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
"package": "Drupal\\wxt\\Composer\\Package::execute",
"release-version": "Drupal\\wxt\\Composer\\ReleaseVersion::execute",
"verify-patched-constraints": "Drupal\\wxt\\Composer\\PatchedConstraint::execute"
},
"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/bootstrap": {
"Enter drupal/bootstrap patch #2834732 description here":
"https://www.drupal.org/files/issues/temporarily_disable-2881978-2.patch"
},
"drupal/blog": {
"Enter drupal/blog patch #2834732 description here":
"https://www.drupal.org/files/issues/blog-no_results_text-2834732-2.patch"
},
"drupal/button_link": {
"Enter drupal/button_link patch #2876614 description here":
"https://www.drupal.org/files/issues/undefined_index_btn_size-2876614-2.patch"
},
"drupal/ckeditor_codemirror": {
"Enter drupal/ckeditor_codemirror patch #2771143 description here":
"https://www.drupal.org/files/issues/ckeditor_codemirror-installation-2771143-6.patch",
"Enter drupal/ckeditor_codemirror patch #2781039 description here":
"https://www.drupal.org/files/issues/removed_ckeditor_hook.patch",
"Enter drupal/ckeditor_codemirror patch #2834789 description here":
"https://www.drupal.org/files/issues/ckeditor_codemirror-coding-standards-2834789-5.patch",
"Enter drupal/ckeditor_codemirror patch #2901069 description here":
"https://www.drupal.org/files/issues/slight_re_architecture-2901069-8.patch"
},
"drupal/core": {
"Enter drupal/core patch #736066 description here":
"https://www.drupal.org/files/issues/736066-165.patch",
"1356276 - Allow profiles to provide a base/parent profile and load them in the correct order":
"https://www.drupal.org/files/issues/1356276-303.patch",
"Enter drupal/core patch #1838234 description here":
"https://www.drupal.org/files/issues/1838234-22.patch",
"Enter drupal/core patch #2630732 description here":
"https://www.drupal.org/files/issues/implement-2630732-35.patch",
"2679775 - Fixes float issue with inline label fields (entity references on most cases).":
"https://www.drupal.org/files/issues/2679775-11-inline-labels.patch",
"Enter drupal/core patch #2698057 description here":
"https://www.drupal.org/files/issues/2698057_2.patch",
"2699157 - Plugin Lazy loading can cause usort warning":
"https://www.drupal.org/files/issues/2699157-23.drupal.Plugin-Lazy-loading-can-cause-usort-warning.patch",
"Enter drupal/core patch #2705925 description here":
"https://www.drupal.org/files/issues/imageitem_presave-2705925-35.patch",
"Enter drupal/core patch #2752443 description here":
"https://www.drupal.org/files/issues/in_correct_order_and-2752443-1.patch",
"2759397 - Patch EntityReferenceItemNormalizer to prevent recursion":
"https://www.drupal.org/files/issues/2759397-1-entity_reference_recursion.patch",
"Enter drupal/core patch #2786577 description here":
"https://www.drupal.org/files/issues/improve_the_views-2786577-76.patch",
"Enter drupal/core patch #2816921 description here":
"https://www.drupal.org/files/issues/user_password-2816921-2.patch",
"Enter drupal/core patch #2820490 description here":
"https://www.drupal.org/files/issues/2820490-87.patch",
"Enter drupal/core patch #2829792 description here":
"https://www.drupal.org/files/issues/2829792-09-quick_edit_toolgroup_and_alt_group_styling.patch",
"Enter drupal/core patch #2861840 description here":
"https://www.drupal.org/files/issues/preprocess_functions-2861840-17.patch",
"Enter drupal/core patch #2885370 description here":
"https://www.drupal.org/files/issues/systemmainblock_build-2885370-3.patch"
},
"drupal/ctools": {
"Enter drupal/ctools patch #2712661 description here":
"https://www.drupal.org/files/issues/allow-2712661-2.patch",
"Enter drupal/ctools patch #2844054 description here":
"https://www.drupal.org/files/issues/2844054-36.patch",
"Enter drupal/ctools patch #2857279 description here":
"https://www.drupal.org/files/issues/ctools-duplicated_node_type_condition.patch"
},
"drupal/inline_entity_form": {
"Enter drupal/inline_entity_form patch #2367235 description here":
"https://www.drupal.org/files/issues/support_entity_revision-2367235-92.patch",
"Enter drupal/inline_entity_form patch #2673548 description here":
"https://www.drupal.org/files/issues/inline_entity_form-widget_ux_0.patch"
},
"drupal/media_entity": {
"Enter drupal/media_entity patch #2775131 description here":
"https://www.drupal.org/files/issues/add_contextual_links-2775131-2.patch"
},
"drupal/media_entity_image": {
"Enter drupal/media_entity_image patch #2850169 description here":
"https://www.drupal.org/files/issues/add_image_formatter-2850169-5.patch"
},
"drupal/metatag": {
"Enter drupal/media_entity patch #2899752 description here":
"https://www.drupal.org/files/issues/metatag-n2899752-20.patch"
},
"drupal/migrate_tools": {
"Enter drupal/migrate_tools patch #2825846 description here":
"https://www.drupal.org/files/issues/migrate_tools_dashboard-2825846-4.patch"
},
"drupal/page_manager": {
"Enter drupal/page_manager patch #2626090 description here":
"https://www.drupal.org/files/issues/page-manager-2626090-page-title-empty-5.patch",
"Enter drupal/page_manager patch #2710169 description here":
"https://www.drupal.org/files/issues/page_manager-block-css-attributes-9.patch",
"Enter drupal/page_manager patch #2752227 description here":
"https://www.drupal.org/files/issues/page_manager-incorrect-page_title-2752227-25-8.x.4.x.patch"
},
"drupal/paragraphs": {
"Enter drupal/paragraphs patch #2878615 description here":
"https://www.drupal.org/files/issues/comments_entity_uri-2878615-6.patch"
},
"drupal/panels": {
"Enter drupal/panels patch #2667755 description here":
"https://www.drupal.org/files/issues/bandaid.patch",
"Enter drupal/panels patch #2869412 description here":
"https://www.drupal.org/files/issues/2869412-2-page_title_does_not_show_in_panels.patch",
"Enter drupal/panels patch #2877024 description here":
"https://www.drupal.org/files/issues/2877024-10.patch",
"Enter drupal/panels patch #2900531 description here":
"https://www.drupal.org/files/issues/classes_should_be_array-2900531-2.patch"
},
"drupal/password_policy": {
"Enter drupal/password_policy patch #2836453 description here":
"https://www.drupal.org/files/issues/password_policy-load_small_userlist-2836453-20.patch",
"Enter drupal/password_policy patch #2841044 description here":
"https://www.drupal.org/files/issues/password_policy-translation-04.patch",
"Enter drupal/password_policy patch #2852312 description here":
"https://www.drupal.org/files/issues/password_policy-2852312-expiration_not_set_to_false-10.patch",
"Enter drupal/password_policy patch #2878784 description here":
"https://www.drupal.org/files/issues/password_policy_error_translate-2878784-2.patch"
},
"drupal/views_bootstrap": {
"Enter drupal/views_bootstrap patch #2870642 description here":
"https://www.drupal.org/files/issues/raw_field_value-2870642-2.patch",
"Enter drupal/views_bootstrap patch #2878352 description here":
"https://www.drupal.org/files/issues/add_bootstrap_panels-2878352-3.patch"
},
"wet-boew/wet-boew": {
"Enter wet-boew/wet-boew patch #2895190 description here":
"https://www.drupal.org/files/issues/issue_with_wb_data_ajax-2895190-2.patch"
},
"drupal/workbench_moderation": {
"Enter drupal/workbench_moderation patch #2668006 description here":
"https://www.drupal.org/files/issues/2668006-2.patch",
"Enter drupal/workbench_moderation patch #2768917 description here":
"https://www.drupal.org/files/issues/workbench_moderation_2768917_20.patch"
}
}
},
"require": {
"composer/installers": "^1.2",
"cweagans/composer-patches": "^1.6.0",
"drupal-composer/drupal-scaffold": "^2.0.0",
"acquia/lightning": "2.1.6",
"drupal/admin_toolbar": "1.19",
"drupal/block_class": "1.0-alpha1",
"drupal/blog": "dev-2.x#43a2171",
"drupal/bootstrap": "3.5",
"drupal/bootstrap_layouts": "5.0-alpha1",
"drupal/button_link": "1.0",
"drupal/ckeditor_codemirror": "1.0",
"drupal/config_rewrite": "1.1",
"drupal/config_update": "1.3",
"drupal/diff": "1.0-rc1",
"drupal/entity_reference_revisions": "1.3",
"drupal/field_group": "1.0-rc6",
"drupal/group": "1.0-rc1",
"drupal/jsonapi": "1.1",
"drupal/linkit": "5.0-beta5",
"drupal/menu_block": "1.4",
"drupal/menu_breadcrumb": "1.4",
"drupal/password_policy": "3.0-alpha3",
"drupal/simple_sitemap": "2.9",
"drupal/paragraphs": "1.1",
"drupal/field_formatter": "1.1",
"drupal/file_entity": "2.0-beta3",
"drupal/media_entity_slideshow": "1.2",
"drupal/metatag": "1.2",
"drupal/migrate_plus": "4.0-beta1",
"drupal/migrate_tools": "4.0-beta1",
"drupal/url_embed": "1.0-alpha1",
"drupal/views_bootstrap": "dev-3.x#ef95dac",
"drupal/token_filter": "1.0-beta1",
"drupal/views_autocomplete_filters": "1.2",
"drupal/webform": "5.0-beta15",
"drupal/webform_migrate": "1.0-alpha1",
"drupal/wxt_bootstrap": "1.0-alpha1",
"drupal/wxt_library": "1.0-alpha1",
"w8tcha/ckeditor-codemirror": "1.16",
"wet-boew/wet-boew": "4.0.25",
"wet-boew/theme-wet-boew": "4.0.25",
"wet-boew/theme-base": "4.0.25",
"wet-boew/theme-gc-intranet": "4.0.25",
"wet-boew/theme-gcwu-fegc": "4.0.25",
"wet-boew/theme-gcweb": "4.0.25",
"wet-boew/theme-ogpl": "4.0.25"
},
"autoload": {
"psr-4": {
"Drupal\\wxt\\": "src"
}
}
}