forked from UNICEFECAR/parenting-app-bebbo-CMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
229 lines (228 loc) · 9.63 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
{
"name": "acquia/blt-project",
"type": "project",
"description": "Project template for Drupal 8 sites built with BLT.",
"license": "GPL-2.0-only",
"require": {
"php": ">=8.1",
"acquia/drupal-spec-tool": "*",
"acquia/memcache-settings": "*",
"composer/installers": "^2.2",
"drupal/acquia_connector": "^4.0",
"drupal/acquia_purge": "^1.0-beta3",
"drupal/admin_toolbar": "^3.0",
"drupal/allowed_languages": "^2.0@alpha",
"drupal/ckeditor_media_embed": "^1.11",
"drupal/config_ignore": "^3.0@beta",
"drupal/config_split": "^1.0.0",
"drupal/config_update": "^2.0@alpha",
"drupal/content_moderation_notifications": "^3.3",
"drupal/contextual_range_filter": "^1.0",
"drupal/core-composer-scaffold": "^8.8",
"drupal/csv_serialization": "^2.0",
"drupal/date_popup": "^1.1",
"drupal/entity": "^1.2",
"drupal/features": "^3.8.0",
"drupal/feeds": "^3.0@alpha",
"drupal/feeds_tamper": "^2.0@beta",
"drupal/filelog": "^2.1",
"drupal/google_analytics": "^4.0",
"drupal/group": "^1.3",
"drupal/image_style_quality": "^1.4",
"drupal/json_field": "^1.0@RC",
"drupal/lang_dropdown": "^2.0@beta",
"drupal/languagefield": "^1.7",
"drupal/layout_builder_styles": "^2.0",
"drupal/layout_custom_section_classes": "^1.0",
"drupal/layout_section_classes": "^1.3",
"drupal/menu_link_attributes": "^1.3",
"drupal/menu_per_role": "^1.3",
"drupal/metatag": "*",
"drupal/migrate_plus": "^5.1",
"drupal/migrate_source_csv": "^3.4",
"drupal/migrate_tools": "^6.0",
"drupal/migrate_upgrade": "^3.2",
"drupal/mobile_app_links": "^2.0",
"drupal/restui": "^1.20",
"drupal/seckit": "^2.0",
"drupal/security_review": "^2.0",
"drupal/shield": "^1.2.0",
"drupal/smtp": "^1.0",
"drupal/svg_image": "^1.16",
"drupal/tamper": "^1.0@alpha",
"drupal/title_length": "^2.0@RC",
"drupal/tmgmt": "^1.12",
"drupal/tmgmt_memsource": "^1.13",
"drupal/toolbar_menu": "^3.0",
"drupal/toolbar_menu_clean": "^1.3",
"drupal/ultimate_cron": "^2.0@alpha",
"drupal/upgrade_status": "*",
"drupal/variationcache": "^1.0",
"drupal/video_embed_field": "^2.4",
"drupal/video_embed_media": "^2.4",
"drupal/view_custom_table": "^2.0",
"drupal/views_bulk_operations": "^4.2",
"drupal/views_data_export": "^1.0"
},
"config": {
"platform": {
"php": "8.1"
},
"sort-packages": true,
"discard-changes": true,
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"grasmash/drupal-security-warning": true,
"oomphinc/composer-installers-extender": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"phpstan/extension-installer": true,
"acquia/blt": true
}
},
"extra": {
"composer-exit-on-patch-failure": true,
"drupal-scaffold": {
"locations": {
"web-root": "./docroot"
},
"file-mapping": {
"[web-root]/sites/default/default.services.yml": {
"mode": "replace",
"path": "docroot/core/assets/scaffold/files/default.services.yml",
"overwrite": false
},
"[web-root]/sites/default/default.settings.php": {
"mode": "replace",
"path": "docroot/core/assets/scaffold/files/default.settings.php",
"overwrite": false
}
}
},
"enable-patching": true,
"installer-paths": {
"docroot/core": [
"type:drupal-core"
],
"docroot/modules/contrib/{$name}": [
"type:drupal-module"
],
"docroot/modules/custom/{$name}": [
"type:drupal-custom-module"
],
"docroot/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"docroot/profiles/custom/{$name}": [
"type:drupal-custom-profile"
],
"docroot/themes/contrib/{$name}": [
"type:drupal-theme"
],
"docroot/themes/custom/{$name}": [
"type:drupal-custom-theme"
],
"docroot/libraries/{$name}": [
"type:drupal-library",
"type:bower-asset",
"type:npm-asset"
],
"drush/Commands/{$name}": [
"type:drupal-drush"
]
},
"installer-types": [
"bower-asset",
"npm-asset"
],
"patchLevel": {
"drupal/core": "-p2"
},
"patches": {
"drupal/core": {
"Media library weight issue css" : "https://www.drupal.org/files/issues/2020-07-01/interdiff_64-67.txt",
"Vocabulary name not shown in View for Anonymous Users": "https://www.drupal.org/files/issues/2021-04-21/taxonomy_vocabulary_view_permission-3114365.patch",
"Updated By sortable issue": "https://www.drupal.org/files/issues/2018-12-28/node_revisions_issue-3021671-07.patch"
},
"drupal/video_embed_field": {
"Fixed the issue -Mapping for Feeds module missing": "https://www.drupal.org/files/issues/2019-09-02/3056385-feeds-mapping-missing-5.patch"
},
"drupal/tmgmt": {
"Added custom filter in source pge like node id and country": "patches/tmgmt/custom_filter_in_tmgmt_source_page.patch",
"Content Overview (Content Entity) shows multiple time the same content on different pagination pages.": "https://www.drupal.org/files/issues/2021-05-12/content-overview-3213377-1_0.patch"
},
"drupal/group": {
"Allow group admins to create user account and add to group" : "https://www.drupal.org/files/issues/2020-08-30/group-manage-users-2949408-43.patch"
},
"drupal/content_moderation": {
"Added translated draft status content into node_field table":"patches/content_moderation/content_moderation_revision.patch"
},
"drupal/content_moderation_status": {
"Fixed listing page status issue for status change req":"patches/content_moderation/content_moderation_status.patch"
},
"drupal/date_popup": {
"Add 1 day to the end so the query will include the selected date.": "https://www.drupal.org/files/issues/2020-10-18/range-selection-end-date-2983680-7.patch"
},
"drupal/mobile_app_links": {
"Created new path for android and ios": "patches/mobile_app_links/android_ios_root_url.patch",
"Added some changes in IOS json format": "patches/mobile_app_links/ios_json_format.patch",
"Added UAT fields config changes": "patches/mobile_app_links/ios_uat_field_config.patch",
"Added new uat fields in form": "patches/mobile_app_links/ios_uat_field_display.patch",
"Added uat field saving function": "patches/mobile_app_links/ios_uat_field_insert.patch",
"Added UAT fields in ios form": "patches/mobile_app_links/ios_uat_fields.patch",
"Added KOSOVO fields in android form": "patches/mobile_app_links/kosovo_android_config_form.patch",
"Added KOSOVO fields in android config fields": "patches/mobile_app_links/kosovo_config_install_android.patch",
"Added KOSOVO fields in ios config fields": "patches/mobile_app_links/kosovo_config_install_ios.patch",
"Added KOSOVO fields in ios form": "patches/mobile_app_links/kosovo_ios_config_form.patch",
"Added KOSOVO settings fields": "patches/mobile_app_links/kosovo_settings.patch",
"Added KOSOVO details in JSON format": "patches/mobile_app_links/kosovo_wellknown_controller.patch"
},
"drupal/views_bulk_operations": {
"Remove the default status message from VBO": "patches/views_bulk_operations/vbo_default_message_remove.patch"
},
"drupal/content_moderation_notifications": {
"Doesn't work on multilingual entities": "https://www.drupal.org/files/issues/2019-10-23/2949891-multi-language-moderation-against-rc2--10.patch"
}
}
},
"autoload": {
"psr-4": {
"Example\\": "blt/src/"
}
},
"autoload-dev": {
"psr-4": {
"Drupal\\Tests\\PHPUnit\\": "tests/phpunit/src/"
}
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"asset-packagist": {
"type": "composer",
"url": "https://asset-packagist.org"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"post-create-project-cmd": [
"blt internal:create-project:init-repo"
],
"nuke": [
"rm -rf vendor composer.lock docroot/core docroot/modules/contrib docroot/profiles/contrib docroot/themes/contrib",
"@composer clearcache --ansi",
"@composer install --ansi"
]
},
"require-dev": {
"mglaman/phpstan-drupal": "^1.1",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1"
}
}