-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
92 lines (92 loc) · 3.17 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
{
"name": "mukurtu/mukurtu",
"description": "Mukurtu CMS Drupal Installation Profile",
"type": "drupal-profile",
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require": {
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.7",
"drupal/blazy": "^2.24",
"drupal/colorbox": "2.0.2",
"drupal/config_pages": "^2.15",
"drupal/console": "~1.0",
"drupal/content_browser": "*",
"drupal/core": "^9.5.3",
"drupal/core-composer-scaffold": "^9.5.3",
"drupal/core-project-message": "^9.5.3",
"drupal/core-recommended": "^9.5.3",
"drupal/csv_serialization": "*",
"drupal/ctools": "*",
"drupal/embed": "*",
"drupal/entity_browser": "*",
"drupal/entity_embed": "*",
"drupal/entity_reference_revisions": "*",
"drupal/facets": "^2.0.6",
"drupal/facets_reset_button": "^1.0",
"drupal/features": "^3.14",
"drupal/field_group": "^3.4",
"drupal/flag": "*",
"drupal/geofield": "^1.59",
"drupal/geolocation": "*",
"drupal/leaflet": "^2.1",
"drupal/message": "^1.5",
"drupal/message_digest": "^1.3",
"drupal/message_digest_ui": "*",
"drupal/message_notify": "^1.3",
"drupal/message_subscribe": "^1.2",
"drupal/message_ui": "^1.0@beta",
"drupal/migrate_plus": "^6.0",
"drupal/migrate_source_csv": "^3.5",
"drupal/migrate_tools": "^6.0",
"drupal/google_analytics": "*",
"drupal/og": "^1.x-dev",
"drupal/paragraphs": "*",
"drupal/pathauto": "*",
"drupal/redirect": "*",
"drupal/restui": "*",
"drupal/search_api": "*",
"drupal/search_api_glossary": "*",
"drupal/search_api_solr": "^4.3",
"drupal/token": "*",
"drupal/twig_tweak": "^3.2",
"drupal/views_bulk_operations": "*",
"mukurtu/colorbox": "*",
"drush/drush": "^10",
"mukurtu/masonry": "*",
"sibyx/phpgpx": "@RC"
},
"require-dev": {
"drupal/devel": "*",
"drupal/devel_php": "*",
"drupal/core-dev": "*",
"drupal/coder": "^8.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0"
},
"config": {
"sort-packages": true
},
"extra": {
"patches": {
"drupal/features": {
"Issue #2981655: Simple configuration list is incomplete": "https://www.drupal.org/files/issues/2020-05-14/2981655-3.features.Simple-configuration-list-is-incomplete.patch"
},
"drupal/views_combine": {
"Fix illegal choice on exposed sort error": "https://www.drupal.org/files/issues/2022-01-17/3259018-6-illegal-sort-choice.patch"
},
"drupal/paragraphs": {
"Ensure empty paragraphs register as empty": "web/profiles/mukurtu/patches/paragraphs-118.patch"
}
}
}
}