This repository has been archived by the owner on Jun 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
/
composer.json
174 lines (174 loc) · 6.57 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
{
"name": "burdamagazinorg/thunder",
"description": "The thunder distribution",
"type": "drupal-profile",
"authors": [
{
"name": "Daniel Bosen",
"email": "[email protected]"
},
{
"name": "Christian Fritsch",
"email": "[email protected]"
},
{
"name": "Mladen Todorovic",
"email": "[email protected]"
},
{
"name": "Volker Killesreiter",
"email": "[email protected]"
},
{
"name": "Alex Pott",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"license": "GPL-2.0-or-later",
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"extra": {
"installer-paths": {
"docroot/core": [
"type:drupal-core"
],
"docroot/modules/contrib/{$name}": [
"type:drupal-module"
],
"docroot/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"docroot/themes/contrib/{$name}": [
"type:drupal-theme"
],
"drush/contrib/{$name}": [
"type:drupal-drush"
]
},
"patches": {
"drupal/media_entity": {
"Make the label form element non-required in the entity form": "https://www.drupal.org/files/issues/2934289-2813685-21.patch"
},
"drupal/diff": {
"Back button for comparison page": "https://www.drupal.org/files/issues/back_button_for-2853193-4.patch"
},
"drupal/amp": {
"Missing schema": "https://www.drupal.org/files/issues/missing_schema_for-2878769-3.patch"
},
"drupal/entity_browser": {
"Provide inline entity form FieldWidgetDisplay": "https://www.drupal.org/files/issues/2019-07-04/2858438_17.patch",
"Entity Browser iFrame 100% height can cause vertical scrollbar #3055358": "https://www.drupal.org/files/issues/2019-05-21/entity-browser-iframe-scrollbar-3055358-4.patch",
"Re-order + remove broken with the Entity Reference (and File) widget": "https://www.drupal.org/files/issues/2019-09-02/entity-browser-reorder-remove-2851580-61.patch"
},
"drupal/password_policy": {
"Policies should declare a config dependency on the plugin modules": "https://www.drupal.org/files/issues/2018-10-09/2918974-2.patch",
"Importing configuration on site without password_policy activated": "https://www.drupal.org/files/issues/2019-05-20/password_policy-config_import_field_error-2771129-80.patch"
}
}
},
"require": {
"burdamagazinorg/infinite_module": "^1.0",
"burdamagazinorg/infinite_theme": "^1.0",
"composer/installers": "^1.0",
"cweagans/composer-patches": "~1.0",
"drupal/amp": "1.2",
"drupal/amptheme": "~1.0",
"oomphinc/composer-installers-extender": "^1.1",
"drupal/access_unpublished": "^1.0-alpha8",
"drupal/adsense": "^1.0",
"drupal/admin_toolbar": "^1.0",
"drupal/better_normalizers": "^1.0",
"drupal/blazy": "^1.0",
"drupal/breakpoint_js_settings": "^1.0",
"drupal/checklistapi": "^1.0",
"drupal/core": "~8.7.11",
"drupal/config_selector": "^1.0",
"drupal/config_update": "^1.0",
"drupal/content_lock": "^1.0",
"drupal/crop": "^1.0",
"drupal/ctools": "^3.0",
"drupal/default_content": "^1.0",
"drupal/diff": "1.0-rc2",
"drupal/dropzonejs": "^1.0",
"drupal/empty_fields": "^1.0",
"drupal/entity": "^1.0",
"drupal/entity_browser": "1.8",
"drupal/entity_reference_revisions": "^1.0",
"drupal/fb_instant_articles": "^1.0",
"drupal/field_group": "^3.0-rc2",
"drupal/focal_point": "^1.2",
"drupal/google_analytics": "^2.0",
"drupal/inline_entity_form": "^1.0",
"drupal/ivw_integration": "^1.0",
"drupal/length_indicator": "^1.0",
"drupal/libraries": "^3.0",
"drupal/linkit": "^4.0",
"drupal/liveblog": "^1.0",
"drupal/media_entity": "1.8",
"drupal/media_entity_instagram": "^1.0",
"drupal/media_entity_image": "^1.0",
"drupal/media_entity_pinterest": "^1.0",
"drupal/media_entity_slideshow": "^1.0",
"drupal/media_entity_twitter": "^1.0",
"drupal/media_expire": "^1.0",
"drupal/nexx_integration": "^2.4",
"drupal/metatag": "^1.9",
"drupal/paragraphs": "^1.11",
"drupal/paragraphs_features": "^1.8",
"drupal/password_policy": "3.0-alpha5",
"drupal/pathauto": "^1.0",
"drupal/responsive_preview": "^1.0",
"drupal/redirect": "^1.0",
"drupal/riddle_marketplace": "^2.0",
"drupal/scheduler": "^1.1",
"drupal/scheduler_content_moderation_integration": "^1.1",
"drupal/select2": "^1.0",
"drupal/simple_sitemap": "^2.0",
"drupal/shariff": "^1.0",
"drupal/slick": "^1.0",
"drupal/slick_media": "^1.0",
"drupal/thunder_admin": "^1.0 || ^2.0-beta15",
"drupal/token": "^1.0",
"drupal/update_helper": "^1.0",
"drupal/video_embed_field": "^1.0",
"drupal/views_load_more": "dev-1.x",
"valiton/harbourmaster": "~8.1",
"bower-asset/dropzone": "^5.5",
"bower-asset/exif-js": "^2.3.0",
"bower-asset/blazy": "^1.8",
"bower-asset/slick-carousel": "^1.8",
"bower-asset/shariff": "^1.26.2",
"bower-asset/select2": "^4.0.7"
},
"replace": {
"bower-asset/jquery": "*",
"bower-asset/jqueryui": "*",
"bower-asset/backbone": "*",
"bower-asset/underscore": "*",
"npm-asset/jquery": "*",
"npm-asset/jqueryui": "*",
"npm-asset/backbone": "*",
"npm-asset/underscore": "*"
},
"require-dev": {
"burdamagazinorg/thunder-dev-tools": "dev-master",
"drupal/config_profile": "^1.0",
"mglaman/phpstan-drupal": "^0.11.1",
"phpstan/phpstan": "0.11.6",
"phpstan/phpstan-deprecation-rules": "^0.11.0",
"thunder/thunder_testing_demo": "2.x-dev"
},
"conflict": {
"masterminds/html5": "^2.4.0"
}
}