forked from VMLYR/Drupal-KIT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
285 lines (285 loc) · 12.3 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
{
"name": "vmlyr-drupal/kit",
"description": "Project template for VMLY&R Drupal 8 projects with composer.",
"type": "project",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Garrett Rathbone",
"role": "Technology Specialist"
}
],
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "package",
"package": {
"name": "dinbror/blazy",
"version": "1.8.2",
"type": "drupal-library",
"dist": {
"url": "https://github.com/dinbror/blazy/archive/1.8.2.zip",
"type": "zip"
}
}
}
],
"require": {
"php": ">=7.1",
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.7",
"dinbror/blazy": "^1.8",
"drupal/address": "^1.3",
"drupal/admin_toolbar": "^3.0",
"drupal/advagg": "^4.0",
"drupal/allowed_formats": "^1.1",
"drupal/better_exposed_filters": "^5.0@beta",
"drupal/bg_image_formatter": "^1.2",
"drupal/blazy": "^2.2",
"drupal/block_class": "^1.1",
"drupal/block_field": "^1.0@alpha",
"drupal/classy_paragraphs": "^1.0@beta",
"drupal/config_export_ignore": "^1.1",
"drupal/config_ignore": "^2.0",
"drupal/config_split": "^1.0",
"drupal/config_update": "1.7",
"drupal/core": "9.3.2",
"drupal/core-composer-scaffold": "^9.0",
"drupal/core-dev": "9.3.2",
"drupal/core-project-message": "^9.0.0",
"drupal/core-recommended": "^9.3",
"drupal/core-vendor-hardening": "^9.0.0",
"drupal/current_page_crumb": "^1.2",
"drupal/devel": "^4.1",
"drupal/devel_entity_updates": "^3.0",
"drupal/devel_php": "^1.0",
"drupal/diff": "^1.0@RC",
"drupal/editor_file": "^1.0",
"drupal/email_registration": "^1.0@RC",
"drupal/entity_reference_revisions": "^1.9",
"drupal/environment_indicator": "^4.0",
"drupal/extlink": "^1.6",
"drupal/field_group": "^3.0",
"drupal/field_group_settings": "^3.0",
"drupal/field_label": "^1.0",
"drupal/field_states_ui": "^2.0",
"drupal/focal_point": "^1.5",
"drupal/google_tag": "^1.3",
"drupal/imageapi_optimize": "^4.0@beta",
"drupal/imageapi_optimize_resmushit": "^2.0@beta",
"drupal/imageapi_optimize_webp": "^2.0@beta",
"drupal/layout_paragraphs": "^1.0@beta",
"drupal/limited_field_widgets": "^2.0",
"drupal/link_class": "^1.0",
"drupal/linkit": "^5.0@beta",
"drupal/login_emailusername": "^1.1",
"drupal/media_responsive_thumbnail": "^1.0",
"drupal/memcache": "^2.0@alpha",
"drupal/menu_link_attributes": "^1.0",
"drupal/menu_trail_by_path": "^1.0",
"drupal/metatag": "^1.0",
"drupal/metatag_async_widget": "^1.0@alpha",
"drupal/migrate_plus": "^5.1",
"drupal/migrate_tools": "^5.0",
"drupal/module_filter": "^3.1",
"drupal/paragraphs": "^1.12",
"drupal/paragraphs_ee": "1.x-dev@dev",
"drupal/pathauto": "^1.6",
"drupal/permissions_filter": "^1.0",
"drupal/recaptcha": "^3.0",
"drupal/redirect": "^1.0",
"drupal/robotstxt": "^1.3",
"drupal/schema_metatag": "^2.1",
"drupal/shield": "^1.0",
"drupal/simple_sitemap": "^3.3",
"drupal/smart_trim": "^1.1",
"drupal/stage_file_proxy": "^1.0@alpha",
"drupal/structure_sync": "^2.0",
"drupal/svg_image": "^1.8",
"drupal/swiftmailer": "2.x-dev",
"drupal/telephone_formatter": "^1.0@beta",
"drupal/telephone_validation": "^2.1",
"drupal/theme_filter": "^1.0",
"drupal/token": "^1.1",
"drupal/video_embed_field": "^2.0",
"drupal/viewsreference": "^2.0@alpha",
"drupal/viewsreference_filter": "^1.0",
"drush/drush": "^10.3",
"egulias/email-validator": "3.1.2",
"topfloor/composer-cleanup-vcs-dirs": "dev-composer-2",
"vlucas/phpdotenv": "^5.3",
"vmlyr-drupal/bazo": "^8.0",
"vmlyr-drupal/biplane": "^8.0",
"vmlyr-drupal/blackbird": "^8.0",
"vmlyr-drupal/kit-docksal-commands": "dev-8.x-2.x",
"webflo/drupal-finder": "^1.2"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"COMPOSER_MIRROR_PATH_REPOS": true,
"discard-changes": true,
"sort-packages": true,
"platform": {
"php": "7.4"
},
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"oomphinc/composer-installers-extender": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"drupal/core-vendor-hardening": true,
"topfloor/composer-cleanup-vcs-dirs": true
}
},
"autoload": {
"classmap": [
"scripts/composer/ScriptHandler.php",
"scripts/composer/KitScriptHandler.php"
],
"files": ["load.environment.php"]
},
"scripts": {
"drupal:scaffold-kit": "DrupalProject\\composer\\KitScriptHandler::scaffold",
"post-drupal-scaffold-cmd": [
"@composer drupal:scaffold-kit",
"patch --no-backup-if-mismatch -p1 < patches/htaccess.patch"
],
"pre-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
],
"pre-update-cmd": [
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
]
},
"extra": {
"composer-exit-on-patch-failure": false,
"drupal-scaffold": {
"file-mapping": {
"[web-root]/.ht.router.php": false,
"[web-root]/example.gitignore": false,
"[web-root]/INSTALL.txt": false,
"[web-root]/README.txt": false,
"[web-root]/robots.txt": false,
"[web-root]/web.config": false,
"[web-root]/sites/development.services.yml": {
"mode": "replace",
"path": "scripts/scaffold/development.services.yml",
"overwrite": false
},
"[web-root]/sites/example.settings.docksal.php": {
"mode": "replace",
"path": "scripts/scaffold/example.settings.docksal.php",
"overwrite": false
},
"[web-root]/sites/example.settings.local.php": {
"append": "scripts/scaffold/example.settings.local.php--append.txt"
},
"[web-root]/sites/README.txt": false,
"[web-root]/sites/default/default.settings.php": {
"append": "scripts/scaffold/default.settings.php--append.txt"
},
"[web-root]/sites/default/settings.php": false,
"[web-root]/modules/README.txt": false,
"[web-root]/profiles/README.txt": false,
"[web-root]/themes/README.txt": false
},
"gitignore": false,
"locations": {
"web-root": "docroot/",
"config-root": "config/"
}
},
"installer-types": [
"bower-asset",
"npm-asset"
],
"installer-paths": {
".docksal/commands/kit": [
"vmlyr-drupal/kit-docksal-commands"
],
"docroot/core": [
"type:drupal-core"
],
"docroot/libraries/{$name}": [
"type:drupal-library",
"type:bower-asset",
"type:npm-asset"
],
"docroot/modules/contrib/{$name}": [
"type:drupal-module"
],
"docroot/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"docroot/themes/contrib/{$name}": [
"type:drupal-theme"
],
"drush/Commands/contrib/{$name}": [
"type:drupal-drush"
]
},
"patches": {
"drupal/blazy": {
"https://www.drupal.org/node/3210635": "https://www.drupal.org/files/issues/2021-04-25/3210635-02.patch",
"https://www.drupal.org/node/3210636": "https://www.drupal.org/files/issues/2021-04-25/blazy_video_embed_field.patch"
},
"drupal/classy_paragraphs": {
"https://www.drupal.org/node/2830403": "https://www.drupal.org/files/issues/2021-02-23/choose_and_order-2830403-44.patch"
},
"drupal/core": {
"https://www.drupal.org/node/1091852": "https://www.drupal.org/files/issues/2021-11-05/1091852-150.patch",
"https://www.drupal.org/node/2429699": "https://www.drupal.org/files/issues/2020-10-25/drupal-views-entity-reference-filter-2429699-369.patch",
"https://www.drupal.org/node/2516938": "https://www.drupal.org/files/issues/2020-06-09/core-toolbar-mobile-2516938-73.patch",
"https://www.drupal.org/node/2642122": "https://www.drupal.org/files/issues/2021-07-12/2642122-141.patch",
"https://www.drupal.org/node/2827921": "https://www.drupal.org/files/issues/2827921-remove-missing-responsive-image-width-exception.patch",
"https://www.drupal.org/project/drupal/issues/2663316": "https://www.drupal.org/files/issues/2019-10-21/2663316-76.drupal.Broken-title-in-modal-dialog-when-title-is-a-render-array.patch",
"https://www.drupal.org/node/3006729": "https://www.drupal.org/files/issues/2021-12-20/add-context-to-media-iframe-3006729-16.patch",
"https://www.drupal.org/node/3188588": "https://www.drupal.org/files/issues/2020-12-15/3188588-02.patch"
},
"drupal/field_group": {
"https://www.drupal.org/node/3059614": "https://www.drupal.org/files/issues/2020-06-15/3059614-37.patch"
},
"drupal/field_states_ui": {
"https://www.drupal.org/node/3166929": "https://www.drupal.org/files/issues/2020-08-24/3166929-0.patch",
"https://www.drupal.org/node/3212229": "https://www.drupal.org/files/issues/2021-05-04/3212229-04.patch"
},
"drupal/layout_paragraphs": {
"https://www.drupal.org/node/3158244": "https://www.drupal.org/files/issues/2021-03-23/configurable_modal_width_3158244-5.patch",
"https://www.drupal.org/node/3199508": "https://www.drupal.org/files/issues/2021-03-11/3199508-2.patch"
},
"drupal/linkit": {
"https://www.drupal.org/node/2712951": "https://www.drupal.org/files/issues/2020-11-02/linkit-for-link-field-2712951-194.patch"
},
"drupal/imageapi_optimize_webp": {
"https://www.drupal.org/node/3153942": "https://www.drupal.org/files/issues/2020-06-23/3153942-2.patch"
},
"drupal/simple_gmap": {
"https://www.drupal.org/node/2863979": "https://www.drupal.org/files/issues/2018-11-21/simple_gmap-address-formatter-2863979-36.patch"
},
"drupal/stage_file_proxy": {
"https://www.drupal.org/node/2882986": "https://www.drupal.org/files/issues/stage_file_proxy-basic-auth-2882986-3-D8.patch"
},
"drupal/svg_image": {
"https://www.drupal.org/node/3023212": "https://www.drupal.org/files/issues/2018-12-31/missing_schema_field_formatter.patch"
},
"drupal/viewsreference": {
"https://www.drupal.org/node/3192468": "https://www.drupal.org/files/issues/2021-01-12/3192468-2.patch"
},
"drupal/viewsreference_filter": {
"https://www.drupal.org/node/3185791": "https://www.drupal.org/files/issues/2020-12-01/viewsreference_filter-interface.patch",
"https://www.drupal.org/node/3192458": "https://www.drupal.org/files/issues/2021-01-12/3192458-2.patch"
}
},
"patchLevel": {
"drupal/core": "-p2"
}
}
}