forked from goalgorilla/open_social
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
138 lines (138 loc) · 6.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
{
"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"
],
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
"enable-asset-packagist": "Social\\Composer\\AssetPackagist::execute"
},
"autoload": {
"psr-4": {
"Social\\": "src",
"Drupal\\social\\Behat\\": "tests/behat/features/bootstrap"
}
},
"extra": {
"enable-patching": true,
"patches": {
"drupal/core": {
"Color module html preview optional": "https://www.drupal.org/files/issues/color-optional-html-preview-2844190-2.patch",
"Restrict images to this site blocks image style derivatives": "https://www.drupal.org/files/issues/2018-06-14/2528214-36.patch",
"Fix SQL error when importing translations": "https://www.drupal.org/files/issues/2018-10-01/2599228-SQL_error_on_content_creation-78_0.patch",
"Optimize getCommentedEntity()": "https://www.drupal.org/files/issues/get-commented-entity-2580551.52.patch"
},
"drupal/flag": {
"Add relationship to flagged entities when Flagging is base table": "https://www.drupal.org/files/issues/2723703_31.patch"
},
"drupal/group": {
"Add computed field for Group reference": "https://www.drupal.org/files/issues/add-computed-field-without-FieldItemListComputedInterface-2718195-34.patch",
"Add permission to view group overview": "https://www.drupal.org/files/issues/group-2943564-2.patch"
},
"drupal/image_widget_crop": {
"Initial crop fix": "https://www.drupal.org/files/issues/2018-07-05/2865396-36-apply-default-crop.diff"
},
"drupal/like_and_dislike": {
"Fix preview on node": "https://www.drupal.org/files/issues/2848080-2-preview-fails-on-node.patch"
},
"drupal/private_message": {
"Entity field weights": "https://www.drupal.org/files/issues/2018-05-15/set-entity-field-weights-2972948-2.patch",
"Private message unread messages fix": "https://www.drupal.org/files/issues/2018-06-08/2978324-getthreads-sort-order-2.patch"
},
"drupal/swiftmailer": {
"Fix missing filter_format after update to beta2": "https://www.drupal.org/files/issues/2018-03-26/2948607-fix-filter-format-1.patch"
},
"drupal/url_embed": {
"WSOD if wrong url or network unavailable": "https://www.drupal.org/files/issues/url_embed_WSOD_convert_url_to_embed-2871744-5.patch",
"Improve performance for embeds": "https://www.drupal.org/files/issues/2018-03-16/url_embed-caching-layer-2867668-17.patch",
"Translate dialog title": "https://www.drupal.org/files/issues/2018-03-16/url_embed_translate_dialog_title-2953591-2.patch"
},
"drupal/bootstrap": {
"Replace methods in Attributes.cleanClass pass the identifier as a 3rd parameter": "https://www.drupal.org/files/issues/2018-05-10/2969106-4.patch"
}
}
},
"require": {
"cweagans/composer-patches": "^1.5.0",
"composer/installers": "^1.0",
"oomphinc/composer-installers-extender": "^1.1",
"drupal-composer/drupal-scaffold": "^2.0.0",
"drupal/core": "~8.6.0",
"drupal/address": "1.4",
"drupal/addtoany": "1.9",
"drupal/admin_toolbar": "1.24",
"drupal/block_field": "1.0-alpha5",
"drupal/config_update": "1.5",
"drupal/crop": "1.5",
"drupal/csv_serialization": "1.4.0",
"drupal/data_policy": "^1.0",
"drupal/devel": "1.2",
"drupal/dynamic_entity_reference": "1.6",
"drupal/embed": "1.0",
"drupal/entity": "1.0-rc1",
"drupal/entity_reference_revisions": "1.4",
"drupal/exif_orientation": "^1.0",
"drupal/features": "3.7",
"drupal/field_group": "3.0-beta1",
"drupal/flag": "4.0-alpha2",
"drupal/group": "1.0-rc2",
"drupal/image_effects": "1.0",
"drupal/image_widget_crop": "2.1",
"drupal/like_and_dislike": "1.0-alpha2",
"drupal/link_css": "1.x-dev",
"drupal/mailsystem" : "4.1",
"drupal/message": "1.0-rc2",
"drupal/override_node_options": "2.3",
"drupal/paragraphs": "1.5",
"drupal/private_message": "1.0",
"drupal/profile": "1.0-rc1",
"drupal/r4032login": "1.1",
"drupal/search_api": "1.6",
"drupal/social_api": "1.1",
"drupal/social_auth": "1.0",
"drupal/swiftmailer" : "1.0-beta2",
"drupal/token": "1.5",
"drupal/url_embed": "1.0-alpha1",
"drupal/views_infinite_scroll": "1.5",
"drupal/votingapi": "3.0-beta1",
"drupal/bootstrap": "3.11",
"league/csv": "^8",
"facebook/graph-sdk": "^5.4",
"google/apiclient": "^2.1",
"php-http/curl-client": "^1.6",
"guzzlehttp/psr7": "^1.3",
"php-http/message": "^1.4",
"happyr/linkedin-api-client": "^1.0",
"abraham/twitteroauth": "^0.7.2",
"swiftmailer/swiftmailer" : "v5.4.12",
"bower-asset/waves": "0.7.6",
"bower-asset/timepicker": "~1.11.14",
"bower-asset/tablesaw": "~3.0.9",
"bower-asset/morris.js": "0.5.1",
"bower-asset/raphael": "2.2.7",
"bower-asset/bootstrap": "3.3.7",
"bower-asset/select2": "~4.0.5",
"bower-asset/autosize": "~4.0.2",
"bower-asset/d3": "v3.5.17",
"bower-asset/highlight": "~9.13.1",
"embed/embed": "v2.7.8",
"npm-asset/jquery.caret": "^0.3.1",
"npm-asset/diff": "^3.4",
"npm-asset/photoswipe": "^4.1.2"
}
}