forked from dpc-sdp/tide_landing_page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 933 Bytes
/
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
{
"name": "dpc-sdp/tide_landing_page",
"description": "Landing Page content type and related configuration for Tide Drupal 8 distribution",
"type": "drupal-module",
"license": "GPL-2.0+",
"require": {
"dpc-sdp/tide_core": "@dev",
"dpc-sdp/tide_event": "@dev",
"dpc-sdp/tide_media": "@dev",
"drupal/paragraphs": "1.2",
"drupal/maxlength": "^1.0@beta",
"drupal/smart_trim": "^1.1"
},
"suggest": {
"dpc-sdp/tide_api": "@dev",
"dpc-sdp/tide_news": "@dev",
"dpc-sdp/tide_webform": "@dev"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"platform": {
"php": "7.1"
},
"process-timeout": 0,
"sort-packages": true
}
}