forked from drupalwxt/wxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
303 lines (303 loc) · 14.7 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
{
"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/behat": "^3.0",
"behat/mink": "~1.7",
"behat/mink-goutte-driver": "~1.2",
"composer/composer": "^1.4",
"drupal/coder": "^8.3.9",
"drupal/core-composer-scaffold": "*",
"drupal/console": "~1.9.0",
"drupal/devel": "^1.0",
"drupal/drupal-extension": "~3.4.0",
"drush/drush": "^9.0",
"grasmash/yaml-cli": "^1.0",
"jakoch/phantomjs-installer": "1.9.8",
"jcalderonzumba/gastonjs": "~1.0.2",
"jcalderonzumba/mink-phantomjs-driver": "~0.3.1",
"mikey179/vfsstream": "~1.2",
"phing/phing": "^2.14",
"phpunit/phpunit": "^4.8.35 || ^6.1",
"se/selenium-server-standalone": "^2.53",
"squizlabs/php_codesniffer": "3.*",
"symfony/css-selector": "~2.8|~3.0",
"symfony/phpunit-bridge": "^3.4.3"
},
"bin": [
"wxt-subprofile"
],
"config": {
"secure-http": false,
"prestissimo": {
"maxConnections": 10,
"minConnections": 5
}
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
},
{
"type": "composer",
"url": "https://drupalwxt.github.io/composer-extdeps/"
}
],
"scripts": {
"post-install-cmd": [ ],
"post-update-cmd": [
"@composer package"
],
"configure-tarball": "Drupal\\wxt\\Composer\\ConfigureLegacyProject::execute",
"enable-asset-packagist": "Acquia\\Lightning\\Composer\\AssetPackagist::execute",
"nuke": "rm -r -f html vendor",
"package": "Drupal\\wxt\\Composer\\Package::execute",
"verify-patched-constraints": "Drupal\\wxt\\Composer\\PatchedConstraint::execute"
},
"extra": {
"drupal-scaffold": {
"locations": {
"web-root": "html/"
}
},
"installer-types": [
"bower-asset",
"npm-asset"
],
"installer-paths": {
"html/core": [
"type:drupal-core"
],
"html/libraries/{$name}": [
"type:drupal-console-library",
"type:drupal-library",
"type:bower-asset",
"type:npm-asset"
],
"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,
"patchLevel": {
"drupal/core": "-p2"
},
"patches": {
"drupal/bootstrap": {
"Enter drupal/bootstrap patch #2881978 description here":
"https://www.drupal.org/files/issues/2018-10-28/temporarily_disable-2881978-3.patch"
},
"drupal/bootstrap_layouts": {
"Enter drupal/bootstrap patch #3018633 description here":
"https://www.drupal.org/files/issues/2019-04-24/bootstrap_layouts-3018633-6.patch"
},
"drupal/core": {
"Enter drupal/core patch #1356276 description here":
"https://www.drupal.org/files/issues/2019-12-27/1356276-88x-603.patch",
"Enter drupal/core patch #1838234 description here":
"https://www.drupal.org/files/issues/2018-09-06/1838234-52.patch",
"Enter drupal/core patch #2846485 description here":
"https://www.drupal.org/files/issues/2018-04-03/views-multivalue_field_rendering_performance-2846485-23.patch",
"Enter drupal/core patch #2559833 description here":
"https://www.drupal.org/files/issues/2020-01-08/comment-redirect-2559833-62.patch",
"Enter drupal/core patch #2630732 description here":
"https://www.drupal.org/files/issues/2019-12-30/2630732-63.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 #2715483 description here":
"https://www.drupal.org/files/issues/2020-01-09/regression-2715483-22.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/2020-03-21/2759397-19-entityref_recursion.patch",
"Enter drupal/core patch #2765297 description here":
"https://www.drupal.org/files/issues/2019-06-28/taxonomy_translation_2765297_0.patch",
"Enter drupal/core patch #2816921 description here":
"https://www.drupal.org/files/issues/user_password-2816921-2.patch",
"Enter drupal/core patch #2885370 description here":
"https://www.drupal.org/files/issues/systemmainblock_build-2885370-3.patch",
"Enter drupal/core patch #2862511 description here":
"https://www.drupal.org/files/issues/reroll_patch_for_issue_2862511.patch",
"Enter drupal/core patch #2893029 description here":
"https://www.drupal.org/files/issues/2893029-9.patch",
"Enter drupal/core patch #2920637 description here":
"https://www.drupal.org/files/issues/taxonomy-context-provider-2920637-3.patch",
"Enter drupal/core patch #2893407 description here":
"https://www.drupal.org/files/issues/2020-01-09/2893407-39.patch",
"Enter drupal/core patch #2907413 description here":
"https://www.drupal.org/files/issues/2019-06-21/2907413-11.patch",
"Enter drupal/core patch #2914389 description here":
"https://www.drupal.org/files/issues/2019-10-22/2914389-14-do-not-test.patch",
"Enter drupal/core patch #2938129 description here":
"https://www.drupal.org/files/issues/2019-01-18/2938129-pagetitle-11.patch",
"Enter drupal/core patch #3017710 description here":
"https://www.drupal.org/files/issues/2018-12-05/3017710-20.patch",
"Enter drupal/core patch #3081656 description here":
"https://www.drupal.org/files/issues/2019-09-16/0001-Issue-2488350-by-alexpott-Wim-Leers-Dimiter-catch-da.patch"
},
"drupal/ctools": {
"Enter drupal/ctools patch #2667652 description here":
"https://www.drupal.org/files/issues/ctools-option_to_expose-2667652-3.patch",
"Enter drupal/ctools patch #2874176 description here":
"https://www.drupal.org/files/issues/entityview-cache-metadata-2874176-2.patch",
"Enter drupal/ctools patch #2924356 description here":
"https://www.drupal.org/files/issues/ctools-entity_field_rendered_twice-2924356-2.patch"
},
"drupal/field_group": {
"Enter drupal/field_group patch #3111107 description here":
"https://www.drupal.org/files/issues/2020-02-04/3111107-2--fix-translations.patch"
},
"drupal/group": {
"Enter drupal/group patch #2817109 description here":
"https://www.drupal.org/files/issues/2817109-by-rachel_norfolk-ericras-How-to-redir.patch",
"Enter drupal/group patch #2864721 description here":
"https://www.drupal.org/files/issues/2020-01-13/group-translate_content_permission-2864721-19.patch",
"Enter drupal/group patch #2895988 description here":
"https://www.drupal.org/files/issues/2895988-4.patch"
},
"drupal/lightning_workflow": {
"Enter drupal/lightning_workflow patch #3126343 description here":
"https://www.drupal.org/files/issues/2020-07-08/3126343-11.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/2018-07-05/page_manager-incorrect-page_title-2752227-32-8.x.4.x.patch",
"Enter drupal/page_manager patch #3096408 description here":
"https://www.drupal.org/files/issues/2019-11-23/Issue-3096408-Page-Manager-issue-with-conflict-modul.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/2018-03-19/panels--page_title_does_not_display--2869412-27.patch",
"Enter drupal/panels patch #2900531 description here":
"https://www.drupal.org/files/issues/classes_should_be_array-2900531-2.patch",
"Enter drupal/panels patch #2910704 description here":
"https://www.drupal.org/files/issues/panels-ipe-card-flip-ie-error-2910704.diff"
},
"drupal/panelizer": {
"Allow the previewing of nodes with panelizer":
"https://www.drupal.org/files/issues/2019-05-17/panelizer-node-previews-2750491-7.patch"
},
"drupal/password_policy": {
"Character types in character plugin not translatable":
"https://www.drupal.org/files/issues/2020-03-17/Password-Policy-constraints-summary-character-types-labels-not-translatable-2975694-16.patch"
},
"drupal/s3fs": {
"Enter drupal/s3fs patch #2986407 description here":
"https://www.drupal.org/files/issues/2018-07-17/s3fs-2986407-save-memory-2.patch",
"Enter drupal/s3fs patch #3038992 description here":
"https://www.drupal.org/files/issues/2019-03-10/0001-feat-s3fs-Compatibility-with-Minio.patch"
},
"drupal/views_bootstrap": {
"Enter drupal/views_bootstrap patch #2878352 description here":
"https://www.drupal.org/files/issues/add_bootstrap_panels-2878352-3.patch"
}
},
"patches-ignore": {
"acquia/lightning": {
"drupal/core": {
"1356276 - Allow profiles to define a base/parent profile and load them in the correct order":
"https://www.drupal.org/files/issues/2019-11-05/1356276-531-8.8.x-4.patch",
"2914389 - Allow profiles to exclude dependencies of their parent":
"https://www.drupal.org/files/issues/2018-07-09/2914389-8-do-not-test.patch"
}
},
"drupal/lightning_core": {
"drupal/core": {
"1356276 - Allow profiles to define a base/parent profile and load them in the correct order":
"https://www.drupal.org/files/issues/2019-11-05/1356276-531-8.8.x-4.patch",
"2914389 - Allow profiles to exclude dependencies of their parent":
"https://www.drupal.org/files/issues/2018-07-09/2914389-8-do-not-test.patch"
}
}
}
},
"require": {
"composer/installers": "^1.2",
"cweagans/composer-patches": "^1.6.7",
"zaporylie/composer-drupal-optimizations": "^1.1",
"acquia/lightning": "4.1.5",
"drupal/admin_toolbar": "^2.0",
"drupal/block_class": "1.1",
"drupal/blog": "2.0-beta1",
"drupal/bootstrap_layouts": "5.2",
"drupal/button_link": "1.2",
"drupal/ckeditor_codemirror": "2.3",
"drupal/config_rewrite": "1.3",
"drupal/core": "8.8.8",
"drupal/core_context": "1.0-beta4",
"drupal/ctools": "3.4.0",
"drupal/diff": "1.0",
"drupal/entity_reference_revisions": "1.8",
"drupal/entityqueue": "^1.0-alpha8",
"drupal/facets": "^1.4",
"drupal/field_group": "^3.0",
"drupal/fontawesome": "^2.12",
"drupal/group": "1.0-rc5",
"drupal/inline_entity_form": "1.0-rc6",
"drupal/linkit": "5.0-beta11",
"drupal/media_entity_slideshow": "2.0",
"drupal/menu_block": "1.6.0",
"drupal/menu_breadcrumb": "1.13",
"drupal/password_policy": "3.0-alpha5",
"drupal/simple_sitemap": "3.5",
"drupal/page_manager": "4.0-beta6",
"drupal/panelizer": "5.0-beta3",
"drupal/paragraphs": "1.12",
"drupal/field_formatter": "1.2",
"drupal/file_entity": "2.0-beta6",
"drupal/metatag": "^1.8",
"drupal/migrate_plus": "4.2",
"drupal/migrate_tools": "4.5",
"drupal/s3fs": "3.0-alpha13",
"drupal/url_embed": "1.0-alpha1",
"drupal/views_bootstrap": "3.1",
"drupal/search_api_solr": "^3.8",
"drupal/token_filter": "1.2",
"drupal/views_autocomplete_filters": "1.2",
"drupal/webform": "^5.11",
"drupal/webform_migrate": "1.1",
"drupal/wxt_bootstrap": "1.24",
"drupal/wxt_library": "1.18",
"w8tcha/ckeditor-codemirror": "1.16"
},
"autoload": {
"psr-4": {
"Drupal\\wxt\\": "src"
},
"classmap": [
"src/Composer/ConfigureLegacyProject.php"
]
}
}