forked from dpc-sdp/tide_demo_content
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (25 loc) · 718 Bytes
/
composer.json
File metadata and controls
26 lines (25 loc) · 718 Bytes
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
{
"name": "dpc-sdp/tide_demo_content",
"description": "Create demo content for Tide modules.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"require": {
"dpc-sdp/tide_core": "^1.5.4",
"drupal/yaml_content": "^1.0"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"minimum-stability": "alpha",
"prefer-stable": true,
"extra": {
"patches": {
"drupal/yaml_content": {
"Better support for Config entities - https://www.drupal.org/project/yaml_content/issues/3068015#comment-13187170": "https://www.drupal.org/files/issues/2019-07-18/3068015-support_config_entities-3.patch"
}
}
}
}