forked from danskernesdigitalebibliotek/dpl-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
353 lines (353 loc) · 17.2 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
{
"name": "danskernesdigitalebibliotek/dpl-cms",
"description": "Web platform for the Danish Public Libraries",
"type": "project",
"license": "GPL-2.0+",
"authors": [
{
"name": "Mikkel Jakobsen mikkel@reload.dk"
}
],
"repositories": {
"drupal/potion": {
"type": "package",
"package": {
"name": "drupal/potion",
"type": "drupal-module",
"version": "dev-2.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/potion.git",
"reference": "e48d6ee336d960b9d2efb5d88e68402db6d229a6"
},
"require": {
"drupal/core": "^8 || ^9 || ^10",
"symfony/finder": "^3.4 || ^4.4 || ^5 || ^6",
"symfony/process": "^3.4 || ^4.4 || ^5 || ^6",
"symfony/translation": "^3.4 || ^4.4 || ^5 || ^6"
}
}
},
"packages": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"asset": {
"type": "composer",
"url": "https://asset-packagist.org"
},
"danskernesdigitalebibliotek/dpl-react": {
"type": "package",
"package": {
"name": "danskernesdigitalebibliotek/dpl-react",
"version": "2024.20.1",
"type": "drupal-library",
"dist": {
"url": "https://github.com/danskernesdigitalebibliotek/dpl-react/releases/download/2024.20.1/dist-2024-20-1-4291024f5b2d30ec59a5a51497c5f776dd1fda7e.zip",
"type": "zip"
},
"require": {
"composer/installers": "^1.2.0"
}
}
},
"danskernesdigitalebibliotek/dpl-design-system": {
"type": "package",
"package": {
"name": "danskernesdigitalebibliotek/dpl-design-system",
"type": "drupal-library",
"version": "2024.20.1",
"dist": {
"url": "https://github.com/danskernesdigitalebibliotek/dpl-design-system/releases/download/2024.20.1/dist-2024-20-1-dbc6110e263c0be00ca1fc8350a4cf6330ade2e0.zip",
"type": "zip"
}
}
},
"packages/fbs-client": {
"type": "path",
"url": "packages/fbs-client",
"options": {
"versions": {
"danskernesdigitalebibliotek/fbs-client": "dev-main"
}
}
},
"packages/cms-api": {
"type": "path",
"url": "packages/cms-api",
"options": {
"versions": {
"danskernesdigitalebibliotek/cms-api": "dev-main"
}
}
}
},
"require": {
"amazeeio/drupal_integrations": "^0.4",
"brick/math": "^0.12.1",
"composer/installers": "1.12.0",
"cweagans/composer-patches": "1.7.3",
"danskernesdigitalebibliotek/cms-api": "*",
"danskernesdigitalebibliotek/dpl-design-system": "2024.20.1",
"danskernesdigitalebibliotek/dpl-react": "2024.20.1",
"danskernesdigitalebibliotek/fbs-client": "*",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"deoliveiralucas/array-keys-case-transform": "^1.1",
"drupal/address": "^1.0",
"drupal/admin_toolbar": "^3.4",
"drupal/admin_user_language": "^1.1",
"drupal/administerusersbyrole": "^3.4",
"drupal/azure_mailer": "^1.0",
"drupal/color_field": "^3.0",
"drupal/config_ignore": "^2.4",
"drupal/config_translation_po": "^1.0",
"drupal/content_lock": "^2.3",
"drupal/core-composer-scaffold": "~10.1.7",
"drupal/core-project-message": "~10.1.7",
"drupal/core-recommended": "~10.1.7",
"drupal/date_range_formatter": "^4.0",
"drupal/default_content": "^2.0@alpha",
"drupal/devel": "^5.1",
"drupal/dynamic_entity_reference": "^3.1",
"drupal/entity_clone_template": "^2.0",
"drupal/enum_field": "^1.0",
"drupal/facets": "^2.0",
"drupal/field_group": "^3.4",
"drupal/field_inheritance": "^2.0",
"drupal/flat_taxonomy": "^2.0",
"drupal/focal_point": "^2.0",
"drupal/gin": "^3.0@RC",
"drupal/gin_toolbar": "^1.0@RC",
"drupal/handy_cache_tags": "^1.4",
"drupal/honeypot": "^2.1",
"drupal/job_scheduler": "^4.0",
"drupal/jsonlog": "^4.0",
"drupal/language_neutral_aliases": "^3.1",
"drupal/libraries": "^4.0",
"drupal/linkit": "^6.1.2",
"drupal/media_library_edit": "^3.0",
"drupal/metatag": "^2.0",
"drupal/multiple_fields_remove_button": "^2.2",
"drupal/multivalue_form_element": "^1.0@beta",
"drupal/openapi": "^2.1",
"drupal/openapi_rest": "^2.0@RC",
"drupal/openapi_ui_swagger": "^1.0",
"drupal/openid_connect": "^1.4",
"drupal/override_node_options": "^2.8",
"drupal/paragraphs": "^1.16",
"drupal/paragraphs_ee": "^10",
"drupal/pathauto": "^1.12",
"drupal/potion": "dev-2.x#e48d6ee336d960b9d2efb5d88e68402db6d229a6",
"drupal/purge": "^3.2",
"drupal/recurring_events": "^2.0@RC",
"drupal/redirect": "^1.9",
"drupal/redis": "^1.7",
"drupal/restui": "^1.21",
"drupal/scheduler": "^2.0",
"drupal/search_api": "^1.31",
"drupal/select2_multicheck": "^1.0",
"drupal/selective_better_exposed_filters": "^3.0",
"drupal/simple_menu_permissions": "^2.0",
"drupal/taxonomy_unique": "^2.5",
"drupal/telephone_formatter": "^1.2",
"drupal/theme_permission": "^2.0",
"drupal/twig_tweak": "^3.2.1",
"drupal/upgrade_status": "^4.0",
"drupal/uuid_url": "^1.3",
"drupal/varnish_purge": "^2.2",
"drupal/view_unpublished": "^1.1",
"drupal/views_infinite_scroll": "^2.0",
"drupal/webform": "^6.2",
"drush/drush": "^12",
"mnsami/composer-custom-directory-installer": "^2.0",
"myclabs/php-enum": "^1.8",
"npm-asset/select2": "^4.0",
"oomphinc/composer-installers-extender": "^2.0",
"phpdocumentor/reflection-docblock": "^5.3",
"spatie/color": "^1.5",
"symfony/property-access": "^6.2",
"symfony/property-info": "^6.2",
"thecodingmachine/safe": "^1.3",
"zaporylie/composer-drupal-optimizations": "1.2.0"
},
"require-dev": {
"drupal/core-dev": "~10.1.7",
"jangregor/phpstan-prophecy": "^1",
"mglaman/phpstan-drupal": "^1.2",
"palantirnet/drupal-rector": "^0.18.1",
"php-mock/php-mock": "^2.3",
"phpspec/prophecy-phpunit": "^2",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "9.5.10",
"thecodingmachine/phpstan-safe-rule": "^1.0",
"timeweb/phpstan-enum": "^3.1",
"vincentlanglet/twig-cs-fixer": "^2.0"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"drupal/core-composer-scaffold": true,
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"drupal/core-project-message": true,
"phpstan/extension-installer": true,
"zaporylie/composer-drupal-optimizations": true,
"drupal/console-extend-plugin": true,
"mnsami/composer-custom-directory-installer": true,
"oomphinc/composer-installers-extender": true
}
},
"scripts": {
"post-drupal-scaffold-cmd": [
"[[ ! -d /app/web/sites/default/files/modules_local ]] && mkdir -p /app/web/sites/default/files/modules_local || exit 0",
"[[ ! -L /app/web/modules/local ]] && ln -s /app/web/sites/default/files/modules_local /app/web/modules/local || exit 0"
]
},
"extra": {
"composer-exit-on-patch-failure": true,
"installer-types": [
"bower-asset",
"npm-asset"
],
"installer-paths": {
"web/themes/custom/novel/assets/{$name}": [
"danskernesdigitalebibliotek/dpl-design-system"
],
"web/core": [
"type:drupal-core"
],
"web/libraries/{$name}": [
"swagger-api/swagger-ui",
"type:drupal-library",
"type:bower-asset",
"type:npm-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/themes/custom/{$name}": [
"type:drupal-custom-theme"
]
},
"drupal-scaffold": {
"allowed-packages": [
"amazeeio/drupal_integrations"
],
"file-mapping": {
"[web-root]/sites/default/all.settings.php": "assets/all.settings.php",
"[web-root]/sites/default/development.settings.php": "assets/development.settings.php",
"[web-root]/sites/default/local.services.yml": "assets/local.services.yml",
"[web-root]/sites/default/local.settings.php": "assets/local.settings.php",
"[project-root]/drush/sites/lagoon.site.yml": "assets/lagoon.site.yml",
"[web-root]/.eslintrc.json": false,
"[project-root]/.gitattributes": {
"append": "assets/.gitattributes"
}
},
"gitignore": false,
"locations": {
"web-root": "web/"
}
},
"patches": {
"drupal/config_ignore": {
"3252291: Support force exclude for keys": "https://www.drupal.org/files/issues/2021-12-02/config_ignore-force-exclude-keys-3252291-3.patch"
},
"drupal/multivalue_form_element": {
"3199172: multivalue_form_element-3199172": "https://www.drupal.org/files/issues/2023-12-05/nested_elements-3199172-14.patch"
},
"drupal/views_infinite_scroll": {
"Add item count and url page parameter": "patches/add-item-count-views_infinite_scroll.patch"
},
"drupal/core": {
"Configure core to not check permissions before accepting an updated module": "patches/disable-core-upload-permission-check.diff",
"3073554: Add a token for publication status": "https://www.drupal.org/files/issues/2019-08-09/3073554_10.patch",
"2981047: Allow adding computed bundle fields in Views": "https://git.drupalcode.org/project/drupal/-/merge_requests/4224.patch",
"2280639: Add the FieldStorageDefinition class to define field storage definitions in hook_entity_field_storage_info()": "https://www.drupal.org/files/issues/2023-09-05/2280639-d10-reroll-156.patch",
"3402656: Toolbar causes a Javascript error if the subtrees content changes between page loads": "https://git.drupalcode.org/issue/drupal-3402656/-/commit/61ac007a84014f54a07825f8f92bb6bc0dfbd170.patch",
"2259567: Support SVG files for theme logo setting": "https://www.drupal.org/files/issues/2023-05-08/2259567-168.patch",
"296693: Restrict access to empty top level administration pages": "https://www.drupal.org/files/issues/2023-08-31/296693-10.1.x_0.patch",
"3035578: Add details for AJAX response errors": "https://www.drupal.org/files/issues/2023-07-24/3035578-26.patch",
"Always assume chmod succeeds": "patches/core-304fd8b-chmod-true.patch"
},
"drupal/date_range_formatter": {
"3309324: Fails when start and end date are identical": "https://www.drupal.org/files/issues/2023-12-22/date_range_formatter_3309324_1.patch"
},
"drupal/default_content": {
"3200212: Overwrite files on import": "https://git.drupalcode.org/project/default_content/-/merge_requests/8.patch"
},
"drupal/dynamic_entity_reference": {
"3405253: Update the FieldType category for clarity": "https://git.drupalcode.org/project/dynamic_entity_reference/-/commit/3f048d296f671906d15b0cdfbbadbea38f5f3c8b.patch",
"3396393: Entity with a dynamic entity reference field can't be cloned using entity_clone": "https://www.drupal.org/files/issues/2023-10-24/3396393-2.patch"
},
"drupal/entity_clone": {
"2708731: Allow redirect to edit form after cloning": "https://www.drupal.org/files/issues/2022-11-15/improve-workflow-of-cloned-entity-2708731-39.patch"
},
"drupal/entity_clone_template": {
"3424597: Fix error when creating entity of type without templates": "https://git.drupalcode.org/project/entity_clone_template/-/merge_requests/3.patch"
},
"drupal/focal_point": {
"3162210: Preview link accidentally closes the media library": "https://www.drupal.org/files/issues/2020-10-11/preview_link_accidentally_closes_the_media_library-3162210-19.patch"
},
"drupal/job_scheduler": {
"3426366: Callables as worker callbacks": "https://git.drupalcode.org/project/job_scheduler/-/merge_requests/7.patch",
"3426378: Views support": "https://git.drupalcode.org/project/job_scheduler/-/merge_requests/8.patch"
},
"drupal/jsonlog": {
"3251587: Change logging from stdout to stderr": "https://www.drupal.org/files/issues/2021-11-29/jsonlog-change-stdout-to-stderr-3251587-3.patch"
},
"drupal/openapi": {
"3313521: OpenAPI security field does not validate": "https://git.drupalcode.org/project/openapi/-/merge_requests/6.patch"
},
"drupal/openapi_rest": {
"3171530 + 3116760: Add support for parameter and response descriptions": "patches/openapi-parameter-response-descriptions-14-3.patch",
"3343816: Specification includes disabled resources": "https://git.drupalcode.org/project/openapi_rest/-/merge_requests/4.patch"
},
"drupal/paragraphs_ee": {
"3106254: Sorting paragraph list alphabetically in modal": "https://www.drupal.org/files/issues/2023-03-30/paragraphs_ee_sort.patch",
"3246408: Arrow buttons instead of drag n drop": "https://git.drupalcode.org/project/paragraphs_ee/-/merge_requests/21.patch"
},
"drupal/potion": {
"3201365: Allow setting a default write mode when running potion:generate": "https://www.drupal.org/files/issues/2021-03-03/potion-allow_setting_a_default_write_mode-3201365-2.patch",
"3348283: Fix wrongly placed parameters in implode functions": "https://www.drupal.org/files/issues/2023-03-15/fix_wrongly_placed_parameters_in_implode_functions-3348283-3.patch",
"Update with Rector": "patches/potion-rector.patch",
"Mark as Drupal 10 compatible": "patches/potion-d10-info.patch",
"Use Drupal StaticReflectionParser with Drupal 10.1": "patches/potion-d10-1-staticreflection.patch",
"3413314: Include .links.menu.yml files in YamlExtractor.php": "https://www.drupal.org/files/issues/2024-01-08/potion-add_links_menu_yml_title_and_description_to_yaml_extractor-3413314-3.patch"
},
"drupal/purge": {
"3391383: Uninstalling module triggers ServiceNotFoundException exception": "https://git.drupalcode.org/project/purge/-/commit/88546a6e6c043f10832be43e02ae4ae65cf5ceb2.patch",
"Combat NoCorrespondingEntityClassException": "patches/purge-5340bcf-combat-nocorresponding-entity-exception.patch"
},
"drupal/recurring_events": {
"3178696: Make compatible with Scheduler": "https://git.drupalcode.org/project/recurring_events/-/merge_requests/86.patch",
"3416436: Avoid array conversion warning when daily events are disabled": "https://git.drupalcode.org/project/recurring_events/-/commit/832ae52f135dd3f205eb74acf2d3715fb443e759.patch"
},
"drupal/theme_permission": {
"3105637: Edit, install and uninstall permission": "https://www.drupal.org/files/issues/2024-02-01/theme-permission-edit-install-uninstall-3105637-7.patch"
},
"drupal/twig_tweak": {
"3428226: Clear menu cache when adding first item": "https://git.drupalcode.org/project/twig_tweak/-/commit/6fd3997d45fe90fdf6545a3c85ff1c5b68e9bde1.patch"
}
}
}
}