forked from ec-europa/joinup-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
355 lines (355 loc) · 20.1 KB
/
composer.json
File metadata and controls
355 lines (355 loc) · 20.1 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
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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
{
"name": "ec-europa/joinup",
"description": "Joinup is a collaborative platform created by the European Commission and funded by the European Union via the Interoperability Solutions for European Public Administrations (ISA) Programme. It offers several services that aim to help e-Government professionals share their experience with each other.",
"type": "project",
"license": "EUPL",
"require": {
"php": ">=7.1.0",
"composer/composer": "^1.7.1",
"composer/installers": "^1.2",
"continuousphp/aws-sdk-phing": "~0.1",
"cweagans/composer-patches": "^1.6.4",
"drupal-composer/drupal-scaffold": "^2.2",
"drupal/allowed_formats": "1.2.0",
"drupal/cached_computed_field": "^1.0-beta3",
"drupal/changed_fields": "^2.0",
"drupal/config_devel": "1.3.0",
"drupal/config_inspector": "1.0.0",
"drupal/config_readonly": "~1.0",
"drupal/config_sync": "^1.0-alpha7",
"drupal/config_update": "~1.4",
"drupal/core": "8.6.8",
"drupal/devel": "2.0.0",
"drupal/diff": "^1.0@RC",
"drupal/digital_size_formatter": "^1.0-alpha1",
"drupal/ds": "3.3.0",
"drupal/editor_file": "1.4.0",
"drupal/email_registration": "^1.0-rc6",
"drupal/facets": "1.3.0",
"drupal/field_group": "~1.0-rc6",
"drupal/file_url": "~1.0",
"drupal/flag": "4.0.0-beta1",
"drupal/geocoder": "3.x-dev",
"drupal/geofield": "1.2.0",
"drupal/honeypot": "1.30.0",
"drupal/inline_entity_form": "1.0.0-rc2",
"drupal/linkit": "5.0.0-beta9",
"drupal/matomo": "^1.7",
"drupal/matomo_reporting_api": "~2.0",
"drupal/menu_admin_per_menu": "^1.0",
"drupal/message": "1.0.0",
"drupal/message_notify": "1.0.0",
"drupal/migrate_drush": "~1.1",
"drupal/migrate_run": "^1.0@beta",
"drupal/migrate_spreadsheet": "~1.0",
"drupal/og": "^1.0-alpha2",
"drupal/og_menu": "^1.0-alpha3",
"drupal/password_policy": "3.0.0-alpha5",
"drupal/pathauto": "~1.1",
"drupal/persistent_login": "~1.0",
"drupal/phingdrushtask": "dev-7.x-2.x#f4b020f09da3c174fce40f2bd9a9617689f57124",
"drupal/r4032login": "1.1.0",
"drupal/rdf_entity": "1.0.0-alpha13",
"drupal/redirect": "^1.0",
"drupal/redis": "^1.1",
"drupal/search_api": "^1.11",
"drupal/search_api_solr": "2.2",
"drupal/simplenews": "1.0.0-beta1",
"drupal/smart_trim": "1.2.0",
"drupal/social_media_links": "^2.5",
"drupal/sparql_entity_storage": "1.0.0-alpha1",
"drupal/state_machine": "1.0-beta3",
"drupal/subpathauto": "1.0.0",
"drupal/swiftmailer": "^1.0@beta",
"drupal/token": "~1.0",
"drupal/video_embed_field": "~1.5",
"drupal/view_unpublished": "~1.0@alpha",
"drupal/views_bulk_operations": "2.5.0",
"drupal/views_data_export": "^1.0-beta1",
"drush/drush": "^9.5.1",
"easyrdf/easyrdf": "0.10.0-alpha1 as 0.9.2",
"ec-europa/infra": "dev-master",
"ec-europa/joinup-tallinn-dashboard": "dev-master",
"ec-europa/material-design-lite": "dev-joinup",
"ec-europa/virtuoso": "^2.1",
"jacklmoore/autosize": "dev-master",
"ml/json-ld": "^1.0",
"openeuropa/oe_webtools_location": "dev-master",
"pear/console_table": "~1.3",
"phing/phing": "^2.15.0",
"predis/predis": "~1.1",
"semiceu/adms-ap_validator": "dev-master",
"typhonius/behattask": "1.0",
"webflo/drupal-finder": "~1.0",
"webmozart/path-util": "~2.3"
},
"require-dev": {
"behat/behat": "~3.4",
"behat/gherkin": "^4.5.1",
"behat/mink": "~1.7",
"behat/mink-goutte-driver": "~1.2",
"behat/mink-selenium2-driver": "dev-master#93474c65a2a7bf959200ab5f7a14cc450645c185",
"drupal/admin_toolbar": "^1.23",
"drupal/coder": "^8.3.1",
"drupal/default_content": "^1.0-alpha7",
"drupal/drupal-extension": "^4.0@beta",
"drupal/filecache": "dev-1.x",
"drupal/renderviz": "^1.0",
"drupal/restui": "^1.16",
"drupal/stage_file_proxy": "dev-1.x#6d9fd4bf3b13e92a0051b8e0d625889a6d74f66f",
"jcalderonzumba/gastonjs": "^1.1@dev",
"jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
"lovers-of-behat/table-extension": "^1.2.0",
"mikey179/vfsstream": "~1.2",
"pear/http_request2": "~2.3",
"pfrenssen/phpcs-pre-push": "1.1",
"phpunit/phpunit": "~6.0",
"symfony/css-selector": "~2.8"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true,
"platform": {
"php": "7.1.9"
}
},
"autoload": {
"psr-4": {
"Drupal\\joinup\\": "tests/src",
"DrupalProject\\": "src"
},
"classmap": [
"scripts/composer/ScriptHandler.php",
"scripts/composer/RemoveWrongPatchedObjects.php",
"web/modules/custom/joinup_sparql/driver/joinup_sparql/Connection.php"
]
},
"scripts": {
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
"pre-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
],
"pre-update-cmd": [
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
],
"post-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles",
"DrupalProject\\composer\\RemoveWrongPatchedObjects::remove"
],
"post-update-cmd": [
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles",
"DrupalProject\\composer\\RemoveWrongPatchedObjects::remove"
]
},
"extra": {
"installer-paths": {
"web/modules/custom/joinup_communities/tallinn/lib": ["ec-europa/joinup-tallinn-dashboard"],
"web/core": ["type:drupal-core"],
"web/libraries/{$name}": ["type:drupal-library"],
"web/modules/contrib/{$name}": ["type:drupal-module"],
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
"web/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/contrib/{$name}": ["type:drupal-drush"],
"web/themes/joinup/vendor/{$name}": ["type:drupal-theme-library"]
},
"enable-patching": true,
"composer-exit-on-patch-failure": 1,
"patches": {
"behat/gherkin": {
"Correctly filter features, now that the base path is correctly set": "https://patch-diff.githubusercontent.com/raw/Behat/Gherkin/pull/129.patch"
},
"drupal/config_sync": {
"Perform a clean refresh after the importing through the drush command @see https://www.drupal.org/node/2971610": "https://www.drupal.org/files/issues/2018-05-09/perform_clean_refresh_2971610-5-D8.patch"
},
"drupal/core": {
"Use email verification when changing user email addresses @see https://www.drupal.org/project/drupal/issues/85494": "https://www.drupal.org/files/issues/2018-10-16/85494-261.patch",
"SQLite database locking errors cause fatal errors @see https://www.drupal.org/node/1120020": "https://www.drupal.org/files/issues/1120020-59.patch",
"Allow image style to be selected in text editor. @see https://www.drupal.org/node/2061377": "https://www.drupal.org/files/issues/2018-09-05/2061377-309.patch",
"Allow making the file description a required field @see https://www.drupal.org/node/2320877": "https://www.drupal.org/files/issues/2018-08-31/2320877-28.patch",
"Duplicate HTML IDs are created for file_managed_file fields @see https://www.drupal.org/node/2497909": "https://www.drupal.org/files/issues/2018-09-01/2497909-86.patch",
"Caption element throws TypeError: Cannot read property 'tagName' of null in Drupal.behaviors.filterFilterHtmlUpdating @see https://www.drupal.org/node/2556069": "https://www.drupal.org/files/issues/2018-08-31/2556069-46.patch",
"Enlarge file_usage entity ID length. @see https://www.drupal.org/node/2675600": "https://www.drupal.org/files/issues/2675600-30.patch",
"Menu link plugins should provide a way for the link to be conditionally hidden @see https://www.drupal.org/project/drupal/issues/2719609": "https://www.drupal.org/files/issues/2719609-2.patch",
"New option for Views page displays to use the admin theme @see https://www.drupal.org/node/2719797": "https://www.drupal.org/files/issues/2719797-65.patch",
"[regression] Table Drag handles no longer respond to up/down arrow keys @see https://www.drupal.org/project/drupal/issues/2725259": "https://www.drupal.org/files/issues/2018-08-30/2725259-92.patch",
"Node revision routes don't convert {node} param @see https://www.drupal.org/project/drupal/issues/2730631": "https://www.drupal.org/files/issues/2018-12-03/node_revision_route_object-2730631-D8-77.patch",
"Bundle label plural variants @see https://www.drupal.org/node/2765065": "https://www.drupal.org/files/issues/2018-06-11/2765065-93.patch",
"Allow updating modules with new service dependencies @see https://www.drupal.org/project/drupal/issues/2863986": "https://www.drupal.org/files/issues/2863986-2-49.patch",
"New event dispatch: a migrated entity is about to be saved @see https://www.drupal.org/node/2890012": "https://www.drupal.org/files/issues/2018-08-22/2890012-25.patch",
"Lazy services: support PHP7 return types in generate-proxy-class @see https://www.drupal.org/node/2919243": "https://www.drupal.org/files/issues/2919243-2.patch",
"Profile provided configuration entities can have unmeetable dependencies @see https://www.drupal.org/node/2922417": "resources/patch/2922417-38-no-conflict.patch",
"Users w/o access to content should still have configurable access to the content URL @see https://www.drupal.org/project/drupal/issues/3008254": "https://www.drupal.org/files/issues/2018-11-05/3008254-5.patch",
"Make it easier to trigger a tour @see https://www.drupal.org/project/drupal/issues/3012027": "https://www.drupal.org/files/issues/2018-11-07/3012027-2.patch"
},
"drupal/email_registration": {
"Allow username on the registration form @see https://www.drupal.org/project/email_registration/issues/2927109": "https://www.drupal.org/files/issues/2019-01-10/2927109-10.patch"
},
"drupal/facets": {
"Facet Summary for Facet Items with a set dependency. @see https://www.drupal.org/node/2873480": "resources/patch/facet_summary_for_facet-2873480-18.patch"
},
"drupal/filecache": {
"Provide an option to persist the cache. @see https://github.com/pfrenssen/filecache/pull/2": "https://patch-diff.githubusercontent.com/raw/pfrenssen/filecache/pull/2.patch"
},
"drupal/inline_entity_form": {
"Required IEF forms for existing entities don't work. @see https://www.drupal.org/node/2830328": "https://www.drupal.org/files/issues/inline_entity_form-existing_reference_no_submit-2830328-5-D8.patch",
"Autocomplete field doesn't allow to reference entities with long titles @see https://www.drupal.org/node/2895663": "https://www.drupal.org/files/issues/2895663-2.patch"
},
"drupal/linkit": {
"Link shown after the autocomplete selection is the bare node/xxx link, not the alias @see https://www.drupal.org/node/2877535": "https://www.drupal.org/files/issues/2877535-4.linkit.Link-shown-after-the-autocomplete-selection-is-the-bare-nodexxx-link-not-the-alias.patch"
},
"drupal/matomo_reporting_api": {
"Migrate from 'piwik_reporting_api' @see https://www.drupal.org/project/matomo_reporting_api/issues/2993831": "https://www.drupal.org/files/issues/2018-08-20/2993831-2.patch"
},
"drupal/message_notify": {
"Calling assert() with a string argument is deprecated @see https://www.drupal.org/project/message_notify/issues/2966213": "https://www.drupal.org/files/issues/2018-10-15/2966213-3.patch"
},
"drupal/password_policy": {
"Do not override the default user entity view. @see https://www.drupal.org/node/2650192": "https://www.drupal.org/files/issues/properly_place_fields-2650192-4-D8.patch"
},
"drupal/pathauto": {
"Drush commands for bulk alias updates @see https://www.drupal.org/project/pathauto/issues/2717721": "https://www.drupal.org/files/issues/2019-01-10/2717721-21.patch"
},
"drupal/rdf_entity": {
"Allow bundle label plural variants @see https://github.com/ec-europa/rdf_entity/pull/12": "https://patch-diff.githubusercontent.com/raw/ec-europa/rdf_entity/pull/12.diff",
"Ensure a predictable order of fields when serializing @see https://github.com/ec-europa/rdf_entity/pull/76": "https://patch-diff.githubusercontent.com/raw/ec-europa/rdf_entity/pull/76.diff",
"Fix endless loop due to orphaned aliases @see https://github.com/ec-europa/rdf_entity/pull/78": "https://patch-diff.githubusercontent.com/raw/ec-europa/rdf_entity/pull/78.diff",
"Implement batch delete of aliases @see https://github.com/ec-europa/rdf_entity/pull/71": "https://patch-diff.githubusercontent.com/raw/ec-europa/rdf_entity/pull/79.diff",
"Improve batch alias update @see https://github.com/ec-europa/rdf_entity/pull/81": "https://patch-diff.githubusercontent.com/raw/ec-europa/rdf_entity/pull/81.diff",
"Iterate through fetched entries in the Serializer @see https://github.com/ec-europa/rdf_entity/pull/82": "https://patch-diff.githubusercontent.com/raw/ec-europa/rdf_entity/pull/82.diff"
},
"drupal/search_api": {
"Views cached results are not taking into account the access check. @see https://www.drupal.org/node/2824640": "https://www.drupal.org/files/issues/views_cached_results-2824640-13.patch",
"item_id column is too short. @see https://www.drupal.org/node/2829696": "https://www.drupal.org/files/issues/item_id_column_is_too_short-2829696-10-D8.patch"
},
"drupal/simplenews": {
"Avoid double sync of fields from subscription to user when user is being saved @see https://www.drupal.org/node/2914814": "https://www.drupal.org/files/issues/2914814-2.patch"
},
"drupal/smart_trim": {
"Additional options checkbox do not appear to save @see https://www.drupal.org/project/smart_trim/issues/2941492": "https://www.drupal.org/files/issues/2018-05-04/2941492-4.patch"
},
"drupal/state_machine": {
"Fire generic events when transition are applied. @see https://www.drupal.org/node/2832415": "https://www.drupal.org/files/issues/fire_generic_events-2832415-2.patch",
"Schema validation error when running functional tests. @see https://www.drupal.org/node/2838952": "https://www.drupal.org/files/issues/schema_validation_error-2838952-2.patch",
"Move static cache to the loading of the workflow. @see https://www.drupal.org/node/2846986": "https://www.drupal.org/files/issues/state_machine-fixing_the_issue_with_static_cache-2846986-10-D8.patch",
"Allow access to the initialValue protected property. @see https://www.drupal.org/node/2896479": "https://www.drupal.org/files/issues/allow_access_to_initial_value-2896479-2-D8.patch"
},
"drupal/swiftmailer": {
"Error after updating to beta2 @see https://www.drupal.org/node/2875026": "https://www.drupal.org/files/issues/2948607-2.patch",
"Add spooling for increased performance @see https://www.drupal.org/project/swiftmailer/issues/3000553": "https://www.drupal.org/files/issues/2018-11-07/3000553-9_includes-3000546-4.patch"
},
"drupal/social_media_links": {
"Missing config schema for field, widget and formatter @see https://www.drupal.org/node/2898680": "https://www.drupal.org/files/issues/2898680-6.patch",
"Plugins with URL prefix should not allow URLs as user input @see https://www.drupal.org/node/2898726": "https://www.drupal.org/files/issues/2898726-3.patch"
},
"drupal/video_embed_field": {
"Allow also YouTube embed URLs. Improve the YT regexp @see https://www.drupal.org/node/2899093": "https://www.drupal.org/files/issues/2899093-8.patch"
},
"drupal/views_data_export": {
"Display schema should extend rest export @see https://www.drupal.org/project/views_data_export/issues/2896104": "https://www.drupal.org/files/issues/2896104-2-fix_display_schema.patch"
}
}
},
"repositories": [
{
"type": "vcs",
"url": "https://git.drupal.org/project/redirect.git"
},
{
"type": "vcs",
"url": "https://github.com/ec-europa/rdf_entity.git"
},
{
"type": "vcs",
"url": "https://github.com/ec-europa/sparql_entity_storage.git"
},
{
"type": "vcs",
"url": "https://github.com/ec-europa/joinup-tallinn-dashboard.git"
},
{
"type": "vcs",
"url": "https://github.com/ec-europa/TableExtension.git"
},
{
"type": "vcs",
"url": "https://github.com/pfrenssen/phingdrushtask.git"
},
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "package",
"package": {
"name": "typhonius/behattask",
"version": "1.0",
"source": {
"url": "https://gist.github.com/5719e15be9687ff7c138.git",
"type": "git",
"reference": "0ea666882cba3099dfa4feeb02e1bb85b2c0bde9"
},
"autoload": { "classmap": [ "BehatTask.php" ] },
"include-path": [ "." ]
}
},
{
"type": "package",
"package": {
"name": "pfrenssen/phpcs-pre-push",
"version": "1.1",
"type": "git-hook",
"source": {
"url": "https://gist.github.com/1ec87c25930861654cc94251da69f14b.git",
"type": "git",
"reference": "master"
}
}
},
{
"type": "package",
"package": {
"name": "ec-europa/material-design-lite",
"version": "dev-joinup",
"type": "drupal-theme-library",
"source": {
"url": "git@github.com:ec-europa/material-design-lite.git",
"type": "git",
"reference": "joinup"
}
}
},
{
"type": "package",
"package": {
"name": "jacklmoore/autosize",
"version": "dev-master",
"type": "drupal-theme-library",
"source": {
"url": "git@github.com:jackmoore/autosize.git",
"type": "git",
"reference": "master"
}
}
},
{
"type": "package",
"package": {
"name": "SEMICeu/adms-ap_validator",
"version": "dev-master",
"source": {
"url": "git@github.com:SEMICeu/adms-ap_validator.git",
"type": "git",
"reference": "master"
}
}
},
{
"type": "vcs",
"url": "https://github.com/ec-europa/virtuoso.git"
}
]
}