forked from ec-europa/joinup-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
465 lines (465 loc) · 27.2 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
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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
{
"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-1.2",
"require": {
"php": ">=7.1.0",
"ext-dom": "*",
"ext-json": "*",
"composer/installers": "^1.9",
"cpliakas/git-wrapper": "~1.7",
"cweagans/composer-patches": "^1.6",
"dkarv/mdl-chip-input": "dev-master",
"drupal/allowed_formats": "^1.2",
"drupal/antibot": "^1.3",
"drupal/cached_computed_field": "^1.0-beta5",
"drupal/cas": "^1.7",
"drupal/cas_account_link": "~2.0",
"drupal/cas_attributes": "dev-1.x",
"drupal/changed_fields": "^3.2",
"drupal/config_ignore": "dev-3.x",
"drupal/config_readonly": "^1.0",
"drupal/core": "~8.9",
"drupal/core-composer-scaffold": "~8.9",
"drupal/diff": "~1.0",
"drupal/digital_size_formatter": "~2.0",
"drupal/dynamic_entity_reference": "~2.0",
"drupal/editor_file": "~1.4",
"drupal/email_registration": "^1.0",
"drupal/embed_block": "^1.0",
"drupal/entity_legal": "^3",
"drupal/error_page": "^1.0",
"drupal/facets": "~1.4",
"drupal/facets_custom_label": "^1.1",
"drupal/field_group": "^1.0",
"drupal/field_permissions": "^1.0",
"drupal/file_url": "~2.0",
"drupal/flag": "^4.0",
"drupal/geocoder": "^3.0",
"drupal/geofield": "~1.6",
"drupal/honeypot": "~2",
"drupal/improved_multi_select": "^1.7",
"drupal/inline_entity_form": "^1.0",
"drupal/jquery_ui_multiselect_widget": "1.x-dev@dev",
"drupal/json_field": "^1.0",
"drupal/linkit": "^5.0-beta10",
"drupal/matomo": "^1.11",
"drupal/matomo_reporting_api": "dev-8.x-2.x",
"drupal/menu_admin_per_menu": "^1.0",
"drupal/menu_export": "^1.3",
"drupal/message": "^1.0",
"drupal/message_digest": "^1.0-rc3",
"drupal/message_notify": "~1.1",
"drupal/meta_entity": "^1.0",
"drupal/multiselect": "^1.2",
"drupal/og": "dev-neutral-access-result as 1.x-dev",
"drupal/og_menu": "^1.0-alpha4",
"drupal/paragraphs": "^1.11",
"drupal/password_policy": "3.0-alpha5",
"drupal/pathauto": "~1.5",
"drupal/pipeline": "^1.0",
"drupal/publication_date": "^2.0-beta1",
"drupal/rdf_entity": "^1.0-alpha22",
"drupal/redirect": "^1.4",
"drupal/redis": "^1.2",
"drupal/schema_metatag": "^1.4",
"drupal/search_api": "1.13",
"drupal/search_api_solr": "2.2",
"drupal/sendgrid_integration": "^1.7",
"drupal/simple_block": "^1.2",
"drupal/simple_sitemap": "~3.6",
"drupal/simplenews": "^1.0-beta1",
"drupal/site_alert": "~1.1",
"drupal/smart_trim": "~1.2",
"drupal/social_media_links": "^2.7",
"drupal/spdx": "^1.0",
"drupal/state_machine": "^1.0",
"drupal/subpathauto": "~1.0",
"drupal/swiftmailer": "dev-1.x#694cbf25d8c026b0c7c118093696d151a7874754",
"drupal/token": "~1.5",
"drupal/video_embed_field": "~1.6",
"drupal/view_unpublished": "~1.0@alpha",
"drupal/views_autosubmit": "^1.1",
"drupal/views_bulk_operations": "^2.5",
"drupal/views_data_export": "^1.0",
"drush/drush": "~10.3",
"easyrdf/easyrdf": "0.10.0-alpha1 as 0.9.2",
"ec-europa/joinup-tallinn-dashboard": "dev-master",
"ec-europa/material-design-lite": "dev-joinup",
"ec-europa/virtuoso": "^2.1",
"jacklmoore/autosize": "dev-master",
"masterminds/html5": "^2.7",
"ml/json-ld": "^1.1",
"openeuropa/oe_webtools": "1.7.0",
"openeuropa/webtools-geocoding-provider": "~0.1",
"pear/console_table": "~1.3",
"predis/predis": "1.1.1",
"semiceu/adms-ap_validator": "dev-master",
"webflo/drupal-finder": "~1.2",
"webmozart/path-util": "~2.3",
"zaporylie/composer-drupal-optimizations": "^1.1"
},
"require-dev": {
"ext-iconv": "*",
"ext-libxml": "*",
"aws/aws-sdk-php": "~3.0",
"behat/behat": "~3.4",
"behat/gherkin": "^4.6.1",
"behat/mink": "~1.7",
"behat/mink-goutte-driver": "~1.2",
"behat/mink-selenium2-driver": "~1.4",
"boedah/robo-drush": "^4.2",
"composer/composer": "^1.10",
"drupal/admin_toolbar": "~2.0",
"drupal/cas_mock_server": "^1.0",
"drupal/coder": "8.3.8",
"drupal/config_devel": "~1.6",
"drupal/config_filter": "^1.5",
"drupal/config_inspector": "^1.0",
"drupal/config_update": "dev-1.x",
"drupal/default_content": "^1.0-alpha8",
"drupal/devel": "~2.1",
"drupal/drupal-extension": "4.0",
"drupal/filecache": "^1.0-beta2",
"drupal/renderviz": "^1.0",
"drupal/restui": "^1.17",
"drupal/stage_file_proxy": "^1.0",
"drupaltest/behat-one-time-login": "^1.0",
"ec-europa/toolkit": "^4.0",
"jcalderonzumba/gastonjs": "^1.1@dev",
"jcalderonzumba/mink-phantomjs-driver": "^0.3.3",
"lovers-of-behat/table-extension": "^1.2.0",
"mglaman/phpstan-drupal": "~0.12",
"mikey179/vfsstream": "~1.6",
"openeuropa/task-runner": "dev-php-7.1 as 1.0.0-beta7",
"pear/http_request2": "~2.3",
"pfrenssen/phpcs-pre-push": "1.1",
"php-task-runner/composer": "dev-master",
"php-task-runner/redis": "dev-master",
"php-task-runner/scss": "~1.0",
"php-task-runner/sparql": "dev-master",
"phpstan/phpstan-deprecation-rules": "~0.12",
"phpunit/phpunit": "^7",
"slevomat/coding-standard": "~6.1",
"symfony/css-selector": "~2.8|~3.0|~4.0",
"symfony/dom-crawler": "^4.4.7",
"symfony/phpunit-bridge": "^4.2",
"vlucas/phpdotenv": "~5",
"weitzman/drupal-test-traits": "^1.4",
"weitzman/logintrait": "^1.1"
},
"conflict": {
"drupal/drupal": "*",
"symfony/http-foundation": "3.4.24"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true,
"platform": {
"php": "7.1.9"
}
},
"autoload": {
"classmap": [
"web/modules/contrib/error_page/src/ErrorPageErrorHandler.php",
"web/modules/contrib/sparql_entity_storage/src/Database/Driver/sparql/ConnectionInterface.php",
"web/modules/custom/joinup_sparql/driver/joinup_sparql/Connection.php"
],
"psr-4": {
"Joinup\\": "src"
}
},
"autoload-dev": {
"classmap": [
"web/modules/contrib/message_digest/src/Traits/MessageDigestContextTrait.php",
"web/modules/contrib/message_digest/src/Traits/MessageDigestTrait.php",
"web/modules/contrib/og_menu/src/Tests/Traits/OgMenuTrait.php",
"web/modules/contrib/pipeline/src/Traits/PipelineContextTrait.php",
"web/modules/contrib/spdx/src/Traits/SpdxContextTrait.php"
],
"files": [
"src/Composer/load.environment.php"
],
"psr-4": {
"Drupal\\joinup\\": "tests/src",
"Drupal\\Tests\\cas_mock_server\\": "web/modules/contrib/cas_mock_server/tests/src",
"Drupal\\Tests\\honeypot\\": "web/modules/contrib/honeypot/tests/src",
"Drupal\\Tests\\message_digest\\": "web/modules/contrib/message_digest/tests/src",
"Drupal\\Tests\\oe_webtools\\": "web/modules/contrib/oe_webtools/tests",
"Drupal\\Tests\\pipeline\\": "web/modules/contrib/pipeline/tests/src",
"Drupal\\Tests\\spdx\\": "web/modules/contrib/spdx/tests/src"
}
},
"scripts": {
"post-install-cmd": [
"Joinup\\Composer\\CaptureGitReleaseTag::capture",
"Joinup\\Composer\\ScriptHandler::createRequiredFiles",
"Joinup\\Composer\\RemoveWrongPatchedObjects::remove"
],
"post-update-cmd": [
"Joinup\\Composer\\CaptureGitReleaseTag::capture",
"Joinup\\Composer\\ScriptHandler::createRequiredFiles",
"Joinup\\Composer\\RemoveWrongPatchedObjects::remove"
]
},
"extra": {
"installer-paths": {
"drush/Commands/{$name}": ["type:drupal-drush"],
"drush/contrib/{$name}": ["type:drupal-drush"],
"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"],
"web/themes/joinup/vendor/{$name}": ["type:drupal-theme-library"]
},
"drupal-scaffold": {
"locations": {
"web-root": "web/"
},
"file-mapping": {
"[web-root]/robots.txt": {
"append": "resources/drupal-scaffold/robots.txt.append"
},
"[project-root]/.gitattributes": {
"append": "resources/drupal-scaffold/.gitattributes.append"
}
}
},
"enable-patching": true,
"composer-exit-on-patch-failure": true,
"patchLevel": {
"drupal/core": "-p2"
},
"patches": {
"drupal/config_devel": {
"Add a tool for manipulating module info files @see https://www.drupal.org/project/config_devel/issues/2392929": "https://www.drupal.org/files/issues/2020-05-15/2392929-11.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/2020-06-11/85494-293-8.9.x.patch",
"SQLite database locking errors cause fatal errors @see https://www.drupal.org/node/1120020": "https://www.drupal.org/files/issues/1120020-59.patch",
"Use READ COMMITTED by default for MySQL transactions @see https://www.drupal.org/project/drupal/issues/1650930": "https://www.drupal.org/files/issues/2020-05-04/1650930-default-mysql-transactions-84-D9.patch",
"Allow image style to be selected in text editor @see https://www.drupal.org/node/2061377": "https://www.drupal.org/files/issues/2020-01-28/2061377-362.patch",
"Allow making the file description a required field @see https://www.drupal.org/node/2320877": "https://www.drupal.org/files/issues/2020-01-29/2320877-35.patch",
"Allow sorting of actions @see https://www.drupal.org/project/drupal/issues/2381293": "https://www.drupal.org/files/issues/2019-12-04/2381293-134.patch",
"Regression: Do not bypass route access with 'link to any page' permissions for menu links @see https://www.drupal.org/project/drupal/issues/2463753": "https://www.drupal.org/files/issues/2020-07-09/2463753-81.patch",
"Upcast named arguments/named parameters in views @see https://www.drupal.org/project/drupal/issues/2528166": "https://www.drupal.org/files/issues/2020-07-06/2528166-47.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/2020-01-29/2556069-56.patch",
"Allow entities to be subclassed using bundle classes @see https://www.drupal.org/project/drupal/issues/2570593": "https://www.drupal.org/files/issues/2020-04-29/2570593-93.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",
"Node revision routes don't convert {node} param @see https://www.drupal.org/project/drupal/issues/2730631": "https://www.drupal.org/files/issues/2019-04-04/2730631_85_0.patch",
"Bundle label plural variants @see https://www.drupal.org/node/2765065": "https://www.drupal.org/files/issues/2018-06-11/2765065-93.patch",
"Disable tableselect element options @see https://www.drupal.org/project/drupal/issues/2895352": "https://www.drupal.org/files/issues/2019-12-03/2895352-42-8.8.x.patch",
"Views exposed sort identifiers are not configurable @see https://www.drupal.org/project/drupal/issues/2897638": "https://www.drupal.org/files/issues/2020-09-06/2897638-33-8.9.x.patch",
"Pass current route parameters to the confirmation form route @see https://www.drupal.org/project/drupal/issues/2901412": "https://www.drupal.org/files/issues/2020-02-25/2901412-13.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",
"Cache tags are not invalidated on revision delete @see https://www.drupal.org/project/drupal/issues/2945928": "https://www.drupal.org/files/issues/entity-cache_revision_deletion-2945928-2.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/2019-12-03/3008254-19-8.8.x.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",
"EntityConstraintValidationList::findByCode is inconsistent @see https://www.drupal.org/project/drupal/issues/3126654": "https://www.drupal.org/files/issues/2020-04-10/find_by_code_override-3126654-D8-4.patch",
"Cannot implement a custom user cancellation method @see https://www.drupal.org/project/drupal/issues/3135592": "https://www.drupal.org/files/issues/2020-05-11/3135592-3.patch",
"Allow to refine by bundle in EntityConverter @see https://www.drupal.org/project/drupal/issues/3155568": "https://www.drupal.org/files/issues/2020-06-30/3155568-4.patch",
"Basic Auth module conflicts with webserver-level 'Site Lock' / basic authentication implementations @see https://www.drupal.org/project/drupal/issues/2842858" : "https://www.drupal.org/files/issues/basic_auth_0.patch"
},
"drupal/drupal-extension": {
"Add space arround the keywords to avoid wrongly matching @see https://github.com/jhedstrom/drupalextension/pull/561": "https://patch-diff.githubusercontent.com/raw/jhedstrom/drupalextension/pull/561.patch"
},
"drupal/dynamic_entity_reference": {
"Backport improvements in infinite recursion protection from the entity_reference field formatter @see https://www.drupal.org/project/dynamic_entity_reference/issues/3152105#comment-13701599": "https://www.drupal.org/files/issues/2020-06-16/3152105-2.patch"
},
"drupal/entity_legal": {
"FieldException during config import @see https://www.drupal.org/project/entity_legal/issues/2980786": "https://www.drupal.org/files/issues/2019-07-26/entity_legal-skip_field_creation_during_config_import-2980786-4.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",
"Notice: Undefined index: #attributes @see https://www.drupal.org/project/facets/issues/3160570": "https://www.drupal.org/files/issues/2020-07-23/undefined-index-attributes-3160570-4.patch"
},
"drupal/honeypot": {
"Behat integration. @see https://www.drupal.org/project/honeypot/issues/3059040": "https://www.drupal.org/files/issues/2020-09-09/3059040-31.patch"
},
"drupal/inline_entity_form": {
"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/2020-03-11/2877535-12.patch"
},
"drupal/matomo_reporting_api": {
"Ensure backward compatibility with Piwik @see https://www.drupal.org/project/matomo_reporting_api/issues/3080854": "https://www.drupal.org/files/issues/2019-09-18/3080854-7.patch"
},
"drupal/message": {
"Message template should depend on text(s) filter formats @see https://www.drupal.org/project/message/issues/3163049": "https://www.drupal.org/files/issues/2020-08-03/3163049-2.patch"
},
"drupal/message_digest": {
"Provide a Behat step definition to check that the digest for a user is empty @see https://www.drupal.org/project/message_digest/issues/3088774#comment-13315655": "https://www.drupal.org/files/issues/2019-10-18/3088774-2.patch",
"MessageDigestSubcontext is deprecated @see https://www.drupal.org/project/message_digest/issues/3168495": "https://www.drupal.org/files/issues/2020-09-01/3168495-2.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",
"'Field field_last_password_reset is unknown' while importing configuration on site without password_policy activated @see https://www.drupal.org/project/password_policy/issues/2771129": "https://www.drupal.org/files/issues/2019-08-15/2771129-100_0.patch",
"Display pass policy status table only if the password element is shown @see https://www.drupal.org/project/password_policy/issues/3068891": "https://www.drupal.org/files/issues/2019-08-10/3068891-5.patch"
},
"drupal/publication_date": {
"Published on empty for existing nodes @see https://www.drupal.org/project/publication_date/issues/2983348": "https://www.drupal.org/files/issues/2019-08-16/2983348-39.patch",
"Provide computed properties that return the publication date or the created/updated date @see https://www.drupal.org/project/publication_date/issues/3066317": "https://www.drupal.org/files/issues/2019-07-07/3066317-3.patch"
},
"drupal/rdf_entity": {
"Allow bundle label plural variants @see https://github.com/ec-europa/rdf_entity/pull/12": "https://github.com/ec-europa/rdf_entity/compare/8.x-1.x...bd61c32c6f877f2c0376ec9aa213b89b6bcb19b8.diff",
"RDF taxonomy term 'tid' base field is losing some definition entries @see https://github.com/ec-europa/rdf_entity/pull/134": "https://patch-diff.githubusercontent.com/raw/ec-europa/rdf_entity/pull/134.diff"
},
"drupal/schema_metatag": {
"Split SchemaArticle and SchemaSocialMediaPosting @see https://www.drupal.org/project/schema_metatag/issues/3117434": "https://www.drupal.org/files/issues/2020-03-13/3117434-D8-8.patch",
"Add support for DigitalDocument @see https://www.drupal.org/project/schema_metatag/issues/3120153": "https://www.drupal.org/files/issues/2020-03-16/digital_document_group-D8-3.patch",
"SchemaMetatagManager is not compatible with SchemaMetatagManagerInterface on PHP version before 7.2 @see https://www.drupal.org/project/schema_metatag/issues/3161265": "https://www.drupal.org/files/issues/2020-07-25/3161265-5-fix-interface.patch"
},
"drupal/search_api": {
"Views cached results are not taking into account the access check. @see https://www.drupal.org/node/2824640": "resources/patch/search-api-2824640-103-3136277-18-8.x-1.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",
"Add a static method that knows to index a given entity @see https://www.drupal.org/project/search_api/issues/3106342": "https://www.drupal.org/files/issues/2020-01-14/3106342-6.patch",
"Bulk Form field for SAPI @see https://www.drupal.org/project/search_api/issues/3117171": "https://www.drupal.org/files/issues/2020-04-01/3117171-13.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"
},
"drupal/sparql_entity_storage": {
"Bundle classes support @see https://github.com/ec-europa/sparql_entity_storage/pull/11": "https://patch-diff.githubusercontent.com/raw/ec-europa/sparql_entity_storage/pull/11.diff"
},
"drupal/swiftmailer": {
"Add spooling for increased performance @see https://www.drupal.org/project/swiftmailer/issues/3000553": "https://www.drupal.org/files/issues/2019-08-26/3000553-18.patch",
"Allow Cc and Bcc headers @see https://www.drupal.org/project/swiftmailer/issues/2892104": "https://www.drupal.org/files/issues/2019-08-26/2892104-21.patch"
},
"drupal/video_embed_field": {
"Extend support for embed URLs. Option to force privacy @see https://www.drupal.org/project/video_embed_field/issues/3060201 (originally on https://www.drupal.org/node/2899093)": "https://www.drupal.org/files/issues/2019-06-11/privacy_mode-3060201-D8-6.patch"
},
"drupal/views_autosubmit": {
"Settings are not saved @see https://www.drupal.org/project/views_autosubmit/issues/3168560": "https://www.drupal.org/files/issues/2020-09-02/3168560-D8-2.patch"
},
"drush/drush": {
"Error message from requirements check on updatedb @see https://github.com/drush-ops/drush/pull/4513": "https://patch-diff.githubusercontent.com/raw/drush-ops/drush/pull/4513.diff"
},
"openeuropa/oe_webtools": {
"Allow to pass an optional referer. @see https://github.com/openeuropa/oe_webtools/pull/96": "https://patch-diff.githubusercontent.com/raw/openeuropa/oe_webtools/pull/96.diff",
"Place the webtools loader on the head. @see https://github.com/openeuropa/oe_webtools/pull/102": "https://patch-diff.githubusercontent.com/raw/openeuropa/oe_webtools/pull/102.diff",
"Add the possibility to display a marker on the map. @see https://github.com/openeuropa/oe_webtools/pull/113": "https://patch-diff.githubusercontent.com/raw/openeuropa/oe_webtools/pull/113.diff"
},
"openeuropa/task-runner": {
"Allow to pass array options to 'run' & 'exec' tasks @see https://github.com/openeuropa/task-runner/pull/137": "https://patch-diff.githubusercontent.com/raw/openeuropa/task-runner/pull/137.diff",
"Tokens containing digits are not supported @see https://github.com/openeuropa/task-runner/pull/145": "https://patch-diff.githubusercontent.com/raw/openeuropa/task-runner/pull/145.diff"
}
}
},
"repositories": [
{
"type": "vcs",
"url": "https://git.drupal.org/project/matomo_reporting_api.git"
},
{
"type": "package",
"package": {
"name": "spdx/license-list-data",
"version": "main",
"source": {
"url": "https://github.com/spdx/license-list-data.git",
"type": "git",
"reference": "main"
}
}
},
{
"type": "vcs",
"url": "https://github.com/ec-europa/joinup-tallinn-dashboard.git"
},
{
"type": "vcs",
"url": "https://github.com/ec-europa/spdx.git"
},
{
"type": "vcs",
"url": "https://github.com/ec-europa/TableExtension.git"
},
{
"type": "vcs",
"url": "https://github.com/gizra/og.git"
},
{
"type": "vcs",
"url": "https://github.com/pfrenssen/task-runner.git"
},
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"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": "https://github.com/ec-europa/material-design-lite.git",
"type": "git",
"reference": "joinup"
}
}
},
{
"type": "package",
"package": {
"name": "dkarv/mdl-chip-input",
"version": "dev-master",
"type": "drupal-theme-library",
"source": {
"url": "https://github.com/dkarv/mdl-chip-input.git",
"type": "git",
"reference": "master"
}
}
},
{
"type": "package",
"package": {
"name": "jacklmoore/autosize",
"version": "dev-master",
"type": "drupal-theme-library",
"source": {
"url": "https://github.com/jackmoore/autosize.git",
"type": "git",
"reference": "master"
}
}
},
{
"type": "package",
"package": {
"name": "SEMICeu/adms-ap_validator",
"version": "dev-master",
"source": {
"url": "https://github.com/SEMICeu/adms-ap_validator.git",
"type": "git",
"reference": "master"
}
}
},
{
"type": "vcs",
"url": "https://github.com/ec-europa/virtuoso.git"
}
]
}