forked from dpc-sdp/tide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.19 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
{
"name": "dpc-sdp/tide",
"description": "Tide Drupal 9 profile",
"type": "drupal-profile",
"license": "GPL-2.0-or-later",
"require": {
"dpc-sdp/tide_alert": "3.0.2",
"dpc-sdp/tide_api": "3.0.14",
"dpc-sdp/tide_authenticated_content": "3.0.8",
"dpc-sdp/tide_core": "3.2.14",
"dpc-sdp/tide_demo_content": "3.0.13",
"dpc-sdp/tide_event": "3.0.4",
"dpc-sdp/tide_event_atdw": "3.0.1",
"dpc-sdp/tide_grant": "3.0.5",
"dpc-sdp/tide_landing_page": "3.0.16",
"dpc-sdp/tide_media": "3.0.13",
"dpc-sdp/tide_monsido": "3.0.1",
"dpc-sdp/tide_news": "3.0.5",
"dpc-sdp/tide_page": "3.0.3",
"dpc-sdp/tide_profile": "3.0.1",
"dpc-sdp/tide_publication": "3.0.5",
"dpc-sdp/tide_search": "3.0.11",
"dpc-sdp/tide_site": "3.0.16",
"dpc-sdp/tide_test": "3.0.2",
"dpc-sdp/tide_webform": "3.0.14"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/9"
},
"asset-packagist": {
"type": "composer",
"url": "https://asset-packagist.org"
}
}
}