-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
167 lines (167 loc) · 6.01 KB
/
composer.json
File metadata and controls
167 lines (167 loc) · 6.01 KB
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
{
"name": "burdamagazinorg/thunder",
"description": "The thunder distribution",
"type": "drupal-profile",
"authors": [
{
"name": "Daniel Bosen",
"email": "daniel.bosen@burda.com"
},
{
"name": "Christian Fritsch",
"email": "christian.fritsch@burda.com"
},
{
"name": "Mladen Todorovic",
"email": "mladen.todorovic@burda.com"
},
{
"name": "Volker Killesreiter",
"email": "volker.killesreiter@burda.com"
},
{
"name": "Timo Welde",
"email": "welde@galaniprojects.de"
}
],
"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/paragraphs": {
"create a NEW paragraph 'in place' between existing ones": "https://www.drupal.org/files/issues/2899917_6.patch",
"Schema errors": "https://www.drupal.org/files/issues/build_failing_schema-2881459-7.patch"
},
"drupal/amp": {
"Missing schema": "https://www.drupal.org/files/issues/missing_schema_for-2878769-3.patch"
},
"drupal/amptheme": {
"Don't use network for loading logo information": "https://www.drupal.org/files/issues/amptheme-do_not_use_the_network_for_loading_logo_information-2753089-7.patch"
},
"drupal/entity_browser": {
"Provide inline entity form FieldWidgetDisplay": "https://www.drupal.org/files/issues/2858438_6.patch"
},
"drupal/redirect": {
"Provided config does not match the config after an export": "https://www.drupal.org/files/issues/2932248-3.patch"
}
}
},
"require": {
"burdamagazinorg/infinite_module": "^1.0",
"burdamagazinorg/infinite_theme": "^1.0",
"composer/installers": "^1.0",
"cweagans/composer-patches": "~1.0",
"drupal/amp": "1.0",
"pc-magas/amp": "^1.0",
"drupal/amptheme": "1.0",
"oomphinc/composer-installers-extender": "^1.1",
"drupal/access_unpublished": "^1.0",
"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.5.0",
"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-rc1",
"drupal/dropzonejs": "^1.0",
"drupal/empty_fields": "^1.0",
"drupal/entity": "^1.0",
"drupal/entity_browser": "1.4",
"drupal/entity_reference_revisions": "^1.0",
"drupal/fb_instant_articles": "dev-1.x",
"drupal/field_group": "^1.0",
"drupal/focal_point": "^1.0",
"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.7",
"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": "^1.0",
"drupal/metatag": "^1.0",
"drupal/paragraphs": "1.1",
"drupal/pathauto": "^1.0",
"drupal/responsive_preview": "^1.0",
"drupal/redirect": "1.0",
"drupal/riddle_marketplace": "^2.0",
"drupal/scheduler": "^1.0",
"drupal/simple_sitemap": "^2.0",
"drupal/shariff": "^1.0",
"drupal/slick": "^1.0",
"drupal/slick_media": "^1.0",
"drupal/thunder_admin": ">=1",
"drupal/token": "^1.0",
"drupal/video_embed_field": "^1.0",
"drupal/views_load_more": "dev-1.x",
"valiton/harbourmaster": "~8.1",
"bower-asset/dropzone": "^5.1",
"bower-asset/exif-js": "^2.3.0",
"bower-asset/blazy": "^1.6.0",
"bower-asset/slick-carousel": "^1.6",
"bower-asset/shariff": "^1.24"
},
"replace": {
"lullabot/amp": "*",
"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",
"behat/mink-selenium2-driver": "dev-master"
}
}