-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
122 lines (122 loc) · 5.55 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
{
"name": "skilldlabs/druxxy",
"description": "Drupal distribution focused on page building, contributor experience and a strict separation of Drupal content and Drupal configuration for streamlined deployments.",
"type": "drupal-profile",
"license": "MIT",
"authors": [{
"name": "Skilld",
"role": "Maintainer",
"homepage": "https://www.drupal.org/skilld"
}],
"repositories": [{
"type": "composer",
"url": "https://packages.drupal.org/8"
}],
"require": {
"composer/installers": "^1.9 || ^2.0",
"cweagans/composer-patches": "^1.7",
"drupal/big_pipe_sessionless": "^2.0",
"drupal/block_content_permissions": "^1.11",
"drupal/coffee": "^1.3",
"drupal/config_override_warn": "^1.4",
"drupal/core-recommended": "^10.3",
"drupal/custom_pub": "^1.0",
"drupal/file_entity": "dev-2.x",
"drupal/focal_point": "^2.0",
"drupal/formblock": "^2.0@beta",
"drupal/gin": "^3.0@alpha",
"drupal/google_tag": "^2.0",
"drupal/layout_builder_modal": "^1.1",
"drupal/layout_builder_restrictions": "^2.7",
"drupal/layout_library": "^1.0@beta",
"drupal/layout_paragraphs": "^2.0",
"drupal/lb_ux": "1.x@dev",
"drupal/log_stdout": "^1.5",
"drupal/manage_display": "^2.0@beta",
"drupal/menu_admin_per_menu": "^1.1",
"drupal/menu_link_attributes": "^1.1",
"drupal/page_manager": "^4.0@beta",
"drupal/panels": "^4.7",
"drupal/panels_everywhere": "^4.0@beta",
"drupal/paragraphs": "^1.11",
"drupal/password_policy": "^4.0",
"drupal/pathauto": "^1.8",
"drupal/private_files_download_permission": "^3.1",
"drupal/rabbit_hole": "^1.0.0-beta7",
"drupal/redirect": "^1.6",
"drupal/remove_http_headers": "^1.0 || ^2.0",
"drupal/role_delegation": "^1.1",
"drupal/seckit": "^2.0",
"drupal/svg_image": "^3.0",
"drupal/symfony_mailer": "^1.3",
"drupal/telephone_validation": "^2.4",
"drupal/token": "^1",
"drupal/username_enumeration_prevention": "^1.1",
"drupal/userprotect": "^1.3",
"drupal/views_bulk_edit": "^2",
"drupal/views_bulk_operations": "^4.2",
"drupal/webform": "^6.1"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true,
"preferred-install": {
"*": "dist"
},
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true
}
},
"extra": {
"installer-paths": {
"web/core": ["type:drupal-core"],
"web/libraries/{$name}": ["type:drupal-library"],
"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"]
},
"composer-exit-on-patch-failure": true,
"patchLevel": {
"drupal/core": "-p2"
},
"patches": {
"drupal/core": {
"Fix multilingual site's layout edit context issue": "https://www.drupal.org/files/issues/2019-12-19/3101231-19.patch",
"Callers of LayoutEntityHelperTrait::getEntitySections() do not account for the view mode": "https://www.drupal.org/files/issues/2022-12-15/3008924-42.patch",
"Expose Layout Builder data to REST and JSON:API": "https://www.drupal.org/files/issues/2024-06-21/2942975-262-reroll.patch",
"Taxonomy pages crash with layout_builder enabled": "https://www.drupal.org/files/issues/2018-09-19/2959132-taxo-17-PASS.patch",
"Add multilingual support for caching basefield definitions": "https://www.drupal.org/files/issues/2022-02-27/3114824-9.patch"
},
"drupal/block_content_permissions": {
"Allow accessing the Custom block library page without Administer blocks permission": "https://www.drupal.org/files/issues/2020-06-05/block_content_permissions-access_listing_page-2920739-31.patch"
},
"drupal/focal_point": {
"Integrate focal point with media_library": "https://www.drupal.org/files/issues/2019-12-11/focal_point-compatibility-with-media-libary-3094478-2.patch",
"Error: Call to a member function isNew() on null in focal_point_entity_update()": "https://www.drupal.org/files/issues/2021-03-18/fix-error-call-a-member-is-new-on-null-3105826-11.patch"
},
"drupal/formblock": {
"Feature: Node edit form block": "https://www.drupal.org/files/issues/2020-12-07/formblock-node_edit_form-3090910-5.patch",
"Missing config schema for blocks": "https://www.drupal.org/files/issues/2020-12-30/missing_config_schema_blocks-3073274-2816415-3090910-4.patch",
"User edit form": "https://www.drupal.org/files/issues/2022-08-17/user_edit_form-2915442-3073274-15.patch",
"Integrate with Profile": "https://git.drupalcode.org/project/formblock/-/merge_requests/2.diff",
"Profile block config schema": "https://www.drupal.org/files/issues/2023-01-18/missing_config_schema_blocks-3073274-3323373.patch"
},
"drupal/lb_ux": {
"Cog icon not showing when Preview disabled": "https://www.drupal.org/files/issues/2020-05-22/3116402-8.patch",
"Errors when using with modules that alter a section's contextual menu": "https://www.drupal.org/files/issues/2020-05-22/3106939-4.patch"
},
"drupal/menu_link_attributes": {
"Add missing schema for menu_link_attributes": "https://patch-diff.githubusercontent.com/raw/yannickoo/menu_link_attributes/pull/52.patch"
},
"drupal/gin": {
"Missing config schema": "https://www.drupal.org/files/issues/2022-05-09/missing_config_schema_3279472.patch"
}
}
}
}