forked from mishac/paragraphs_pack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.23 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
{
"name": "drupal/iu_paragraphs",
"description": "Paragraph types for Indiana University Web Framework",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/iu_paragraphs",
"authors": [
{
"name": "James Wilson",
"homepage": "https://www.drupal.org/u/jwilson3",
"role": "Maintainer"
}
],
"support": {
"issues": "https://drupal.org/project/issues/iu_paragraphs",
"irc": "irc://irc.freenode.org/drupal-contribute",
"source": "https://cgit.drupalcode.org/iu_paragraphs"
},
"license": "GPL-2.0+",
"minimum-stability": "dev",
"require": {
"cweagans/composer-patches": "~1.0",
"drupal/autocomplete_deluxe": "^2.0@rc",
"drupal/media_entity_browser": "^2.0@alpha",
"drupal/entity_browser": "^2.2",
"drupal/field_group": "^3.0",
"drupal/iu": "1.x-dev",
"drupal/paragraphs": "^1.10",
"drupal/svg_image_field": "^2.0@beta"
},
"require-dev": {
"drupal/styleguide": "^1.0"
},
"extra": {
"enable-patching": true,
"patches": {
"drupal/core": {
"Issue #2890758: Block visibility rules in node preview": "https://www.drupal.org/files/issues/block_visibility_node_type_not_working_in_preview_mode-2890758-1.patch"
}
}
}
}