forked from ymcatwincities/openy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
226 lines (226 loc) · 8.99 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
{
"name": "ymcatwincities/openy",
"description": "OpenY distribution",
"type": "drupal-profile",
"license": "GPL-2.0+",
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"drupal/drupal-driver": "~1.0",
"drupal/drupal-extension": "^3.2",
"behat/behat": "^3.0",
"behat/mink": "~1.7",
"behat/mink-goutte-driver": "~1.2",
"emuse/behat-html-formatter": "^0.1.0",
"drupal/tqextension": "dev-drupal-8"
},
"config": {
"bin-dir": "bin/",
"secure-http": false
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "package",
"package": {
"name": "library-kenwheeler/slick",
"version": "1.6.0",
"type": "drupal-library",
"source": {
"url": "https://github.com/kenwheeler/slick",
"type": "git",
"reference": "1.6.0"
}
}
},
{
"type": "package",
"package": {
"name": "library-dinbror/blazy",
"version": "1.8.2",
"type": "drupal-library",
"source": {
"url": "https://github.com/dinbror/blazy",
"type": "git",
"reference": "1.8.2"
}
}
},
{
"type": "package",
"package": {
"name": "library-gdsmith/jquery.easing",
"version": "1.4.1",
"type": "drupal-library",
"source": {
"url": "https://github.com/gdsmith/jquery.easing",
"type": "git",
"reference": "1.4.1"
}
}
},
{
"type": "package",
"package": {
"name": "library-enyo/dropzone",
"version": "4.3.0",
"type": "drupal-library",
"source": {
"url": "https://github.com/enyo/dropzone",
"type": "git",
"reference": "v4.3.0"
}
}
},
{
"type": "package",
"package": {
"name": "library-jaypan/jquery_colorpicker",
"version": "1.0.1",
"type": "drupal-library",
"source": {
"url": "https://github.com/jaypan/jquery_colorpicker",
"type": "git",
"reference": "da978ae124c57817021b3166a31881876882f5f9"
}
}
},
{
"type": "package",
"package": {
"name": "library-ckeditor/panelbutton",
"version": "4.7.0",
"type": "drupal-library",
"dist": {
"url": "http://download.ckeditor.com/panelbutton/releases/panelbutton_4.7.0.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "library-ckeditor/colorbutton",
"version": "4.7.0",
"type": "drupal-library",
"dist": {
"url": "http://download.ckeditor.com/colorbutton/releases/colorbutton_4.7.0.zip",
"type": "zip"
}
}
}
],
"scripts": {
"post-install-cmd": [
"@composer drupal-scaffold",
"bash scripts/remove_openy_docroot_folder.sh || :"
],
"post-update-cmd": [
"bash scripts/remove_openy_docroot_folder.sh || :"
],
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold"
},
"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"],
"docroot/libraries/{$name}": ["type:drupal-library"]
},
"patches": {
"drupal/simple_menu_icons": {
"2847964 - Clear cache after simple_menu_icons_css_generate": "https://www.drupal.org/files/issues/clear-cache-after-simple_menu_icons_css_generate-2847964.patch"
},
"drupal/entity_browser": {
"2845037 - Fixed the issue of Call to a member function getConfigDependencyKey() on null on [Widget view], and [SelectionDisplay view]": "https://www.drupal.org/files/issues/2845037_15.patch"
},
"drupal/confi": {
"11963348 - Drush attempts to call hooks for disabled confi module": "https://www.drupal.org/files/issues/confi-drush-call-hooks-from-disabled-2856910.patch"
},
"drupal/plugin": {
"2851503 - Drupal\\plugin\\PluginDefinition\\ArrayPluginDefinitionDecorator contains 1 abstract method and must therefore be declared abstract or implement the remaining methods": "https://www.drupal.org/files/issues/plugin-id-2851503-8.patch"
},
"drupal/datalayer": {
"2857270 - Entity reference field selected causing Fatal Error": "https://www.drupal.org/files/issues/2857270-4-fix-entity-reference-field-using-name-property.patch"
},
"drupal/admin_toolbar": {
"2838636 - Issue with z-index of dropdown in horizontal tray": "https://www.drupal.org/files/issues/admin_toolbar-2838636-10.patch",
"2838636 - Issue with z-index of dropdown in horizontal tray 2": "https://www.drupal.org/files/issues/admin_toolbar-2838636-14.patch"
},
"drupal/panelbutton": {
"2881820 - Module can't find library in profile directory": "https://www.drupal.org/files/issues/panelbutton-libraries-2881820.patch",
"2881818 - Check for missing library in hook_requirements": "https://www.drupal.org/files/issues/panelbutton-hook-requirements-2881818_0.patch"
},
"drupal/colorbutton": {
"2881822 - Module can't find library in profile directory": "https://www.drupal.org/files/issues/colorbutton-libraries-2881822-3.patch",
"2881819 - Check for missing library in hook_requirements": "https://www.drupal.org/files/issues/colorbutton-hook-requirements-2881819_0.patch"
}
}
},
"require": {
"php": ">=5.6",
"cweagans/composer-patches": "^1.5.0",
"composer/installers": "^1.0",
"drupal-composer/drupal-scaffold": "^2.0.0",
"drupal/core": "8.3.2",
"drupal/features": "3.5",
"drupal/confi": "1.3",
"drupal/config_update": "1.3",
"drupal/entity": "1.0-alpha4",
"drupal/media_entity": "1.x-dev",
"drupal/media_entity_image": "1.x-dev",
"drupal/media_entity_document": "1.x-dev",
"drupal/address": "1.0-rc3",
"drupal/paragraphs": "1.1",
"drupal/entity_reference_revisions": "1.2",
"drupal/pathauto": "1.0-rc1",
"drupal/ctools": "3.0-alpha27",
"drupal/token": "1.0-rc1",
"drupal/field_group": "1.0-rc6",
"drupal/video_embed_field": "1.4",
"drupal/jquery_colorpicker": "1.3",
"drupal/entity_browser": "1.0-rc1",
"drupal/dropzonejs": "1.0-alpha3",
"drupal/inline_entity_form": "1.0-beta1",
"drupal/embed": "1.0-rc3",
"drupal/entity_embed": "1.0-beta2",
"drupal/views_block_filter_block": "1.x-dev",
"drupal/plugin": "2.4",
"drupal/migrate_plus": "3.0-beta1",
"drupal/migrate_tools": "3.0-beta1",
"drupal/verf": "1.0-beta6",
"drupal/simple_menu_icons": "1.x-dev",
"drupal/views_infinite_scroll": "1.3",
"drupal/slick": "1.0-rc1",
"drupal/blazy": "1.0-rc1",
"drupal/geolocation": "1.9",
"library-jaypan/jquery_colorpicker": "1.0.1",
"library-enyo/dropzone": "4.3.0",
"library-kenwheeler/slick": "1.6.0",
"library-dinbror/blazy": "1.8.2",
"library-gdsmith/jquery.easing": "1.4.1",
"library-ckeditor/panelbutton": "4.7.0",
"library-ckeditor/colorbutton": "4.7.0",
"drupal/slick_views": "1.0-rc2",
"drupal/libraries": "3.x-dev",
"drupal/datalayer": "1.x-dev",
"drupal/optimizely": "1.2",
"drupal/google_tag": "1.x-dev",
"drupal/google_analytics": "^2.1",
"drupal/simple_sitemap": "^2.8",
"drupal/redirect": "^1.0@alpha",
"drupal/metatag": "^1.0",
"drupal/scheduler": "^1.0@RC",
"drupal/webform": "^5.0@beta",
"drupal/captcha": "^1.0@beta",
"drupal/recaptcha": "^2.2",
"drupal/rabbit_hole": "1.0-beta3",
"drupal/admin_toolbar": "1.19",
"drupal/panelbutton": "1.0",
"drupal/colorbutton": "1.0"
}
}