-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
153 lines (153 loc) · 6.58 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
{
"name": "drupal/recommended-project",
"description": "Project template for Drupal 8 projects with a relocated document root",
"type": "project",
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/drupal",
"support": {
"docs": "https://www.drupal.org/docs/user_guide/en/index.html",
"chat": "https://www.drupal.org/node/314178"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.7",
"drupal/admin_toolbar": "^2.4",
"drupal/allowed_formats": "^1.3",
"drupal/antibot": "^1.4",
"drupal/block_class": "^1.3",
"drupal/block_field": "^1.0@RC",
"drupal/block_visibility_groups": "^1.4",
"drupal/coffee": "^1.0",
"drupal/color_field": "^2.4",
"drupal/core-composer-scaffold": "^9",
"drupal/core-project-message": "^9",
"drupal/core-recommended": "^9",
"drupal/crop": "^2.1",
"drupal/default_content": "2.0.x-dev",
"drupal/devel": "^4.0",
"drupal/eck": "1.x-dev",
"drupal/entity_clone": "^1.0@beta",
"drupal/entity_usage": "^2.0@beta",
"drupal/environment_indicator": "^4.0",
"drupal/feeds": "^3.0@alpha",
"drupal/field_group": "3.x-dev",
"drupal/file_entity": "^2.0@beta",
"drupal/gin": "^3.0@alpha",
"drupal/gin_lb": "^1.0@beta",
"drupal/image_widget_crop": "^2.3",
"drupal/inline_entity_form": "^1.0@RC",
"drupal/layout_builder_component_attributes": "^1.2",
"drupal/layout_builder_lock": "^1.1",
"drupal/layout_builder_modal": "^1.1",
"drupal/layout_builder_operation_link": "^1.0",
"drupal/layout_builder_perms": "2.0.x-dev",
"drupal/layout_builder_restrictions": "^2.8",
"drupal/layout_builder_styles": "^1.0@beta",
"drupal/layout_library": "1.x-dev",
"drupal/lazy": "^3.9",
"drupal/lb_claro": "1.x-dev",
"drupal/link_attributes": "^1.11",
"drupal/linkit": "6.0-beta3",
"drupal/media_library_edit": "^2.0",
"drupal/paragraphs": "^1.12",
"drupal/pathauto": "^1.8",
"drupal/permissions_filter": "^1.2",
"drupal/rabbit_hole": "^1.0@beta",
"drupal/rrssb": "^2.3",
"drupal/smart_trim": "^1.3",
"drupal/svg_image_field": "2.1.0",
"drupal/taxonomy_delete": "^1.1",
"drupal/themable_forms": "^1.0@beta",
"drupal/twig_field_value": "^2.0",
"drupal/twig_tweak": "^2.8",
"drupal/viewfield": "^3.0@beta",
"drupal/webform": "^6.0",
"drush/drush": "^10.2"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
},
"extra": {
"drupal-scaffold": {
"locations": {
"web-root": "web/"
}
},
"patches": {
"drupal/core": {
"Allow edit Media items from Media Library modal dialog in CKEditor": "https://www.drupal.org/files/issues/2020-09-03/drupal_core-media_add_edit_link-3168868-1.patch",
"Views relationships with multi-valued entity reference fields invalidate Distinct query option": "https://www.drupal.org/files/issues/2020-10-10/2993688-45.patch"
},
"drupal/default_content": {
"Export all site content of different content entity types at once using drush command": "https://www.drupal.org/files/issues/2020-12-15/default-content-export-all-3185975-3.patch",
"Do not reimport existing entities": "https://www.drupal.org/files/issues/2021-01-04/3162987-136.patch"
},
"drupal/layout_library" : {
"Add hide the content preview option to layout editing": "https://www.drupal.org/files/issues/2019-11-07/3081497_add-hide-content-preview-02.patch",
"Form blocks rendered inside layout builder library break save": "https://www.drupal.org/files/issues/2020-05-04/layout-library-save-issue-3133484-4.patch",
"Allows Saved Layout Library Labels to be edited": "https://www.drupal.org/files/issues/2020-04-08/Issue%20%233125879%20by%20bernardm28%20Configuration%20form%20for%20layouts%20LayoutEditForm.patch"
},
"drupal/paragraphs": {
"Integrity constraint violation: 1048 Column 'langcode' cannot be null": "https://www.drupal.org/files/issues/2020-06-25/paragraphs-2901390-51.patch"
}
},
"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"
],
"web/modules/custom/{$name}": [
"type:drupal-custom-module"
],
"web/themes/custom/{$name}": [
"type:drupal-custom-theme"
]
},
"drupal-core-project-message": {
"include-keys": [
"homepage",
"support"
],
"post-create-project-cmd-message": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> Congratulations, you’ve installed the Drupal codebase </>",
"<bg=blue;fg=white> from the drupal/recommended-project template! </>",
"<bg=blue;fg=white> </>",
"",
"<bg=yellow;fg=black>Next steps</>:",
" * Install the site: https://www.drupal.org/docs/8/install",
" * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html",
" * Get support: https://www.drupal.org/support",
" * Get involved with the Drupal community:",
" https://www.drupal.org/getting-involved",
" * Remove the plugin that prints this message:",
" composer remove drupal/core-project-message"
]
}
}
}