forked from goalgorilla/open_social
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
231 lines (231 loc) · 15.1 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
{
"name": "goalgorilla/open_social",
"description": "Open Social is a distribution for building social communities and intranets.",
"type": "drupal-profile",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"scripts": {
"post-install-cmd": [
"@composer drupal:scaffold"
]
},
"autoload": {
"psr-4": {
"Drupal\\social\\Behat\\": "tests/behat/features/bootstrap",
"Drupal\\social\\": "src"
}
},
"extra": {
"enable-patching": true,
"patches": {
"instaclick/php-webdriver": {
"Curl_exec errors on behat (1.4.11)": "https://www.drupal.org/files/issues/2022-03-30/social-instaclick-webdriver-3272386-2.patch"
},
"embed/embed": {
"Issue #3110341: Embedded Vimeo videos are sometimes blocked when hosted on cloud hosting": "https://www.drupal.org/files/issues/2020-01-31/3110341-vendor-fix-vimeo-adapter.patch"
},
"drupal/address": {
"Default country value produces missing schema problem": "https://www.drupal.org/files/issues/2019-05-30/default_country_schema_problem-3058288-2.patch"
},
"drupal/advancedqueue": {
"3248140: Symfony 4.4 event dispatcher parameter order change": "https://www.drupal.org/files/issues/2021-11-08/symfony-4-4-event-dispatcher-parameter-order-change-3248140-2.patch"
},
"drupal/ajax_comments": {
"Fix display mode issue": "https://www.drupal.org/files/issues/2021-03-19/ajax_comments-ajax_not_working_when_using_non_default_view_mode-2896916-beta3.patch"
},
"drupal/bootstrap": {
"Dropdown toggle variable ignored when using links__dropbutton": "https://www.drupal.org/files/issues/2018-12-19/dropdown-without-default-button-3021413-2.patch"
},
"drupal/coder": {
"Allow class property types instead of @var comments": "https://www.drupal.org/files/issues/2021-09-21/coder-3123282-3.patch"
},
"drupal/core": {
"Restrict images to this site blocks image style derivatives": "https://www.drupal.org/files/issues/2019-05-10/2528214-54.patch",
"Optimize getCommentedEntity()": "https://www.drupal.org/files/issues/2018-12-28/2580551-72.patch",
"#states cannot check/uncheck 'radios' and 'checkboxes' elements": "https://www.drupal.org/files/issues/drupal-994360-74-states-checkboxes-checked.patch",
"Multiple usages of FieldPluginBase::getEntity do not check for NULL, leading to WSOD": "https://www.drupal.org/files/issues/2021-01-06/3007424-108.patch",
"Default role id causes issues with validation on VBO": "https://www.drupal.org/files/issues/2018-05-24/2974925-default-rid-config-causes-illegal-error.patch",
"Ensure views exposed form in a form block keeps contextual arguments (Updated)": "https://www.drupal.org/files/issues/2020-06-17/views-exposed-form-block-args-2821962-39-8.9-notest.patch",
"Display Bug when using #states (Forms API) with Ajax Request": "https://www.drupal.org/files/issues/2021-11-05/1091852-150.patch",
"Can't specify the language in TermStorage::loadTree": "https://www.drupal.org/files/issues/2022-06-01/drupal-termstorage-loadTree-lang-3123561-13_0.patch",
"Issue #3188258: Aggregation queries fail across entity references": "https://www.drupal.org/files/issues/2020-12-18/drupal-3188258-aggregation-across-entity-reference-fail-2.patch",
"Pagination does not work correctly for comment fields that are rendered using #lazy_builder": "https://www.drupal.org/files/issues/2020-12-22/pagination-does-not-work-with-lazy-builder-3189538-2.patch",
"Providing default route value for entity forms is not possible": "https://www.drupal.org/files/issues/2020-12-29/2921093-18.patch",
"Selecting the same day in a date between filter returns no results": "https://www.drupal.org/files/issues/2020-07-06/2842409-15.patch",
"Empty language (langcode) field wrapper inserted into contact form": "https://www.drupal.org/files/issues/2022-01-29/empty-langcode-field-wrapper-2842405-23.patch",
"Broken title in modal dialog when title is a render array": "https://www.drupal.org/files/issues/2019-10-21/2663316-76.drupal.Broken-title-in-modal-dialog-when-title-is-a-render-array.patch",
"Post update hook naming convention patch": "https://git.drupalcode.org/project/drupal/-/merge_requests/1215.patch",
"Flood MemoryBackend::events[] key of micro time cannot guarantee uniqueness": "https://www.drupal.org/files/issues/2022-02-14/2910000-mr-1451-d93--floodmemorybackend-time-local.diff",
"Issue #3251856: Incorrect typehint for FieldConfig::loadByName": "https://www.drupal.org/files/issues/2021-12-12/drupal9-incorrect_typehint-3251856-7.patch",
"Issue #2998390: Cache is not invalidated when comment deleted": "https://www.drupal.org/files/issues/2022-01-27/2998390-invalidate-cache-on-delete-6.diff",
"Issue #3282073: Comment the \"user_post_update_update_roles\" that was added in Drupal 9.3": "https://www.drupal.org/files/issues/2022-05-24/social-comment_the_user_post_update_update_roles-3282073-2.patch"
},
"drupal/config_update": {
"3248161: Symfony 4.4 event dispatcher parameter order change": "https://www.drupal.org/files/issues/2021-11-08/symfony-4-4-event-dispatcher-parameter-order-change-3248161-3.patch"
},
"drupal/crop": {
"3248169: Symfony 4.4 event dispatcher parameter order change": "https://www.drupal.org/files/issues/2021-11-08/symfony-4-4-event-dispatcher-parameter-order-change-3248169-1.patch"
},
"drupal/ctools": {
"Signature of EventDispatcherInterface::dispatch() has changed": "https://www.drupal.org/files/issues/2021-01-14/3191286-14.patch"
},
"drupal/dynamic_entity_reference": {
"Errors when new entity types are added (in certain cases)": "https://www.drupal.org/files/issues/2020-05-31/3099176-9.patch",
"Return the same content list after content type is changed": "https://www.drupal.org/files/issues/2021-08-27/dynamic_entity_reference-the_same_content_list-3230158-2.patch"
},
"drupal/entity": {
"Deprecated notices for EventDispatcher": "https://www.drupal.org/files/issues/2021-10-08/3217876-9.patch"
},
"drupal/field_group": {
"Undefined property: stdClass::$region in field_group_form_process().": "https://www.drupal.org/files/issues/2020-06-15/3059614-37.patch",
"Remove dependency on jQuery UI Accordion for the accordion field group formatter": "https://www.drupal.org/files/issues/2021-10-16/3154304-2.patch"
},
"drupal/flag": {
"Add relationship to flagged entities when Flagging is base table": "https://www.drupal.org/files/issues/2021-11-08/2723703-76.patch",
"3248173: Symfony 4.4 event dispatcher parameter order change": "https://www.drupal.org/files/issues/2021-11-08/symfony-4-4-event-dispatcher-parameter-order-change-3248173-2.patch"
},
"drupal/graphql": {
"Drupal\\Core\\Plugin\\ContextAwarePluginBase is deprecated in drupal:9.1.0 #1250": "https://github.com/drupal-graphql/graphql/files/7418857/graphql-deprecated-ContextAwarePluginBase.patch.txt",
"Symfony 4.4 event dispatcher parameter order change #1252": "https://patch-diff.githubusercontent.com/raw/drupal-graphql/graphql/pull/1252.diff"
},
"drupal/gin": {
"Select2 elements do not have a correct styles": "https://www.drupal.org/files/issues/2021-11-01/3246977-ui_improvements_select2_elements-1.patch"
},
"drupal/group": {
"Add computed field for Group reference": "https://www.drupal.org/files/issues/2021-07-30/group-2718195-58-groups-computed-field.patch",
"Ability to use group tokens in node context": "https://www.drupal.org/files/issues/2021-03-11/group-gnode_tokens-2774827-75.patch",
"Group: Don't try to re-save deleted entities": "https://www.drupal.org/files/issues/2018-11-01/3010896-02.patch",
"Rely on toUrl defaults for Entity url link": "https://www.drupal.org/files/issues/2019-12-04/group-3098675-2.patch",
"Missing config schema for condition.plugin.group_type": "https://www.drupal.org/files/issues/2018-12-14/group-group_type_condition_plugin_config_schema-3020554-2.patch",
"gnode access checks revert for D9 so we dont cause major regression": "https://www.drupal.org/files/issues/2021-11-30/bring-back-node-access-grants-3162511-69.patch"
},
"drupal/like_and_dislike": {
"As LU+ I can not like any content": "https://www.drupal.org/files/issues/2021-11-10/3247929-like_and_dislike-5.patch"
},
"drupal/paragraphs": {
"Integrity constraint violation: 1048 Column 'langcode' cannot be null": "https://www.drupal.org/files/issues/2019-07-10/paragraphs-set_langcode_widgets-2901390-29.patch"
},
"drupal/search_api": {
"Ensure field definition allowed values callbacks are used for field filter callbacks": "https://www.drupal.org/files/issues/2020-06-03/2949022-12--views_filter_options_callback.patch",
"Selecting the same day in a date between filter returns no results": "https://www.drupal.org/files/issues/2021-05-05/date_between_2842409_2_d8.patch",
"3248183: Symfony 4.4 event dispatcher parameter order change": "https://www.drupal.org/files/issues/2021-11-08/symfony-4-4-event-dispatcher-parameter-order-change-3248183-2.patch"
},
"drupal/url_embed": {
"Translate dialog title": "https://www.drupal.org/files/issues/2018-03-16/url_embed_translate_dialog_title-2953591-2.patch",
"Improve how the module deals with non-embeddable URLs & WSODs (See: https://www.drupal.org/project/social/issues/2930457#comment-13973067)": "https://www.drupal.org/files/issues/2021-01-22/urlembed-non-embeddable-urls-2761187-opensocial-combined-21.patch",
"Support for Facebook/Instagram API changes - add access token settings": "https://www.drupal.org/files/issues/2021-07-14/url_embed-add-facebook-access-token-config-3177860-opensocial-2.patch"
},
"drupal/views_infinite_scroll" : {
"Headers in table format repeat on load more instead of adding rows (v1.8)": "https://www.drupal.org/files/issues/2021-02-11/2899705-35.patch"
},
"drupal/redirect": {
"Redirection issue when interface language is different from content language": "https://www.drupal.org/files/issues/2020-06-01/redirect-interface_language_different_from_content_language_2991423-13.patch"
},
"drupal/socialbase": {
"As a LU I want to disable following me for other users": "https://www.drupal.org/files/issues/2022-06-23/socialbase-disable-user-follow-3283522-6.patch"
},
"drupal/socialblue": {
"As a LU I want to disable following me for other users": "https://www.drupal.org/files/issues/2022-06-23/socialblue-disable-user-follow-3283531-6.patch"
}
}
},
"require": {
"php": "^7.4 || ^8.0",
"bower-asset/lazysizes": "^5.3",
"composer/installers": "~1.0 || ~2.0",
"cweagans/composer-patches": "^1.6.0",
"drupal/address": "1.10.0",
"drupal/admin_toolbar": "3.1.0",
"drupal/advancedqueue": "1.0.0-rc3",
"drupal/ajax_comments": "1.0-beta4",
"drupal/better_exposed_filters": "5.0.0",
"drupal/block_field": "1.0-rc2",
"drupal/config_update": "1.7",
"drupal/core-recommended": "~9.3.15",
"drupal/core-composer-scaffold": "~9.3.15",
"drupal/crop": "2.2.0",
"drupal/csv_serialization": "2.0",
"drupal/ctools": "3.7",
"drupal/data_policy": "2.0.0-beta2",
"drupal/dynamic_entity_reference": "1.12",
"drupal/editor_advanced_link": "2.0.0",
"drupal/entity": "1.3.0",
"drupal/entity_reference_revisions": "1.9.0",
"drupal/exif_orientation": "1.1",
"drupal/field_group": "3.2.0",
"drupal/flag": "4.0.0-beta3",
"drupal/gin": "3.0.0-alpha37",
"drupal/gin_toolbar": "1.0.0-beta20",
"drupal/ginvite": "1.1",
"drupal/graphql": "4.1",
"drupal/graphql_oauth": "1.0.0-alpha2",
"drupal/group": "1.4",
"drupal/image_effects": "3.2.0",
"drupal/image_widget_crop": "2.3.0",
"drupal/jquery_ui_accordion": "1.1",
"drupal/lazy": "3.11.0",
"drupal/like_and_dislike": "1.0-beta2",
"drupal/message": "1.2",
"drupal/metatag": "1.19.0",
"drupal/override_node_options": "2.6.0",
"drupal/paragraphs": "1.14.0",
"drupal/pathauto": "1.9.0",
"drupal/private_message": "3.0.0-beta2",
"drupal/profile": "1.3",
"drupal/r4032login": "2.1.1",
"drupal/redirect": "1.7.0",
"drupal/role_delegation": "1.2.0",
"drupal/search_api": "1.23.0",
"drupal/select2": "1.13.0",
"drupal/shariff": "1.7",
"drupal/social_tour": "1.0.0-alpha2",
"drupal/socialblue": "2.3.0",
"drupal/swiftmailer": "2.2.0",
"drupal/token": "1.10.0",
"drupal/ultimate_cron": "2.0-alpha5",
"drupal/update_helper": "3.0.3",
"drupal/url_embed": "1.0-beta1",
"drupal/views_bulk_operations": "4.1.0",
"drupal/views_infinite_scroll": "2.0.0",
"drupal/votingapi": "3.0.0-beta3",
"league/csv": "^9.3",
"npm-asset/autosize": "~4.0.2",
"npm-asset/blazy": "~1.8.2",
"npm-asset/bootstrap": "v3.4.1",
"npm-asset/d3": "v3.5.17",
"npm-asset/diff": "^3.5",
"npm-asset/highlight.js": "~9.15.6",
"npm-asset/jquery.caret": "^0.3.1",
"npm-asset/jquery-ui-touch-punch": "^0.2.3",
"npm-asset/morris.js06": "^0.6.6",
"npm-asset/node-waves": "0.7.6",
"npm-asset/photoswipe": "^4.1.2",
"npm-asset/raphael": "v2.2.8",
"npm-asset/react": "^16.7.0",
"npm-asset/react-dom": "^16.7.0",
"npm-asset/select2": "~4.0.5",
"npm-asset/shariff": "^3.0.1",
"npm-asset/slick-carousel": "~1.8.1",
"npm-asset/tablesaw": "~3.1.0",
"oomphinc/composer-installers-extender": "~1.0 || ~2.0",
"spatie/color": "^1.2",
"webonyx/graphql-php": ">=14.5.0"
},
"replace": {
"drupal/social": "self.version"
},
"config": {
"sort-packages": true
}
}