-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
176 lines (176 loc) · 7.21 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
{
"name": "druxt/cms.druxtjs.org",
"description": "Composer project for the DruxtJS.org backend. ",
"type": "project",
"license": "GPL-2.0-or-later",
"homepage": "https://druxtjs.org",
"support": {
"docs": "https://druxtjs.org",
"chat": "https://discord.druxtjs.org"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"require": {
"php": ">=8.1",
"composer/installers": "^2.1",
"cweagans/composer-patches": "^1.7",
"drupal-tome/tome_drush": "dev-master",
"drupal/admin_audit_trail": "^1.0",
"drupal/admin_toolbar": "^3.1",
"drupal/advanced_text_formatter": "^2.1",
"drupal/allowed_formats": "^1.5",
"drupal/anonymous_redirect": "^2.2",
"drupal/coffee": "^1.2",
"drupal/config_filter": "^2.3",
"drupal/config_ignore": "^3.0",
"drupal/config_pages": "^2.9",
"drupal/content_lock": "^2.2",
"drupal/core-composer-scaffold": "^9.3",
"drupal/core-project-message": "^9.3",
"drupal/core-recommended": "^9.3",
"drupal/diff": "^1.0",
"drupal/druxt": "^1.1.1",
"drupal/dynamic_entity_reference": "^2.0",
"drupal/entity_browser": "^2.6",
"drupal/entity_browser_enhanced": "^1.0",
"drupal/entity_clone": "^1.0",
"drupal/entity_display_mode": "^1.0",
"drupal/entity_usage": "^2.0",
"drupal/environment_indicator": "^4.0",
"drupal/exclude_node_title": "^1.3",
"drupal/field_group": "^3.2",
"drupal/field_tools": "^1.0",
"drupal/focal_point": "^1.5",
"drupal/gin": "3.0.0-beta3@beta",
"drupal/gin_login": "^1.2",
"drupal/gin_toolbar": "^1.0.0-beta9@beta",
"drupal/jsonapi_hypermedia": "^1.7",
"drupal/jsonapi_node_preview": "^1.0.0-beta2@beta",
"drupal/jsonapi_node_preview_tab": "1.0.x-dev",
"drupal/layout_paragraphs": "2.0.x-dev@dev",
"drupal/length_indicator": "^1.2",
"drupal/linky": "^1.0",
"drupal/linky_revision_ui": "^2.127",
"drupal/linkychecker": "^2.0",
"drupal/linkyreplacer": "^2.2",
"drupal/m4032404": "^1.0",
"drupal/masquerade": "^2.0",
"drupal/maxlength": "^2.0",
"drupal/media_file_delete": "^1.1",
"drupal/memcache": "^2.3",
"drupal/node_edit_protection": "^1.0",
"drupal/oembed_providers": "^2.0",
"drupal/paragraphs_ee": "^2.0",
"drupal/pathauto": "^1.10",
"drupal/permissions_filter": "^1.2",
"drupal/prevent_homepage_deletion": "^1.4",
"drupal/redirect": "^1.7",
"drupal/revision_log_default": "^1.2",
"drupal/role_delegation": "^1.2",
"drupal/scheduled_transitions": "^2.3",
"drupal/schema_metatag": "^2.3",
"drupal/security_review": "^1.0",
"drupal/simple_oauth": "^5.2",
"drupal/simple_sitemap": "^4.x-dev",
"drupal/title_field_for_manage_display": "^2.0",
"drupal/tome": "^1.7",
"drupal/transliterate_filenames": "^2.0",
"drupal/username_enumeration_prevention": "^1.2",
"drupal/viewfield": "^3.0"
},
"require-dev": {
"drupal/core-dev": "^9.3",
"drush/drush": "^11.0"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"php": "8.1",
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"scripts": {
"post-create-project-cmd": ""
},
"extra": {
"drupal-scaffold": {
"locations": {
"web-root": "web/"
}
},
"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/profiles/custom/{$name}": [
"type:drupal-custom-profile"
],
"web/themes/custom/{$name}": [
"type:drupal-custom-theme"
]
},
"enable-patching": true,
"patches": {
"drupal/core": {
"https://www.drupal.org/project/drupal/issues/3247553#comment-14280389": "https://www.drupal.org/files/issues/2021-11-04/3247553-3.patch",
"https://www.drupal.org/project/drupal/issues/2350939#comment-14289157": "https://www.drupal.org/files/issues/2021-11-12/2350939-202.patch"
},
"drupal/entity_clone": {
"Batch field creation https://www.drupal.org/project/entity_clone/issues/2845094#comment-14163283": "./patch/2845094.diff"
},
"drupal/entity_display_mode": {
"Automated Drupal Rector fixes https://www.drupal.org/project/entity_display_mode/issues/3140377#comment-13635386": "https://www.drupal.org/files/issues/2020-05-23/entity_display_mode.1.x-dev.rector.patch"
},
"drupal/dynamic_entity_reference": {
"https://www.drupal.org/project/dynamic_entity_reference/issues/3262121#comment-14396414": "./patch/3262121-by-realityloop-Rename-Label-to-Item-to.patch"
},
"drupal/focal_point": {
"Preview link accidentally closes the media library https://www.drupal.org/project/focal_point/issues/3162210#comment-13855854": "https://www.drupal.org/files/issues/2020-10-11/preview_link_accidentally_closes_the_media_library-3162210-19.patch"
},
"drupal/gin_toolbar": {
"https://www.drupal.org/project/gin_toolbar/issues/3217393": "./patch/3217393.diff"
},
"drupal/layout_paragraphs": {
"https://www.drupal.org/project/layout_paragraphs/issues/3259729": "https://git.drupalcode.org/project/layout_paragraphs/-/merge_requests/60.diff",
"https://www.drupal.org/project/layout_paragraphs/issues/3214406#comment-14425196": "https://git.drupalcode.org/project/layout_paragraphs/-/merge_requests/70.diff"
},
"drupal/metatag": {
"https://www.drupal.org/project/metatag/issues/2945817#comment-14420231": "https://www.drupal.org/files/issues/2022-02-21/metatag-n2945817-143.patch"
},
"drupal/node_edit_protection": {
"Triggers if button used instead of input https://www.drupal.org/project/node_edit_protection/issues/3208719": "./patch/3208719.diff"
}
}
}
}