-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 973 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
{
"name": "kanopi/saplings-component-types",
"description": "Creates Saplings components.",
"type": "drupal-recipe",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Kerry Murphy",
"homepage": "https://kanopi.com",
"role": "Maintainer"
}
],
"require": {
"drupal/block_field": "^1.0@RC",
"drupal/core": ">=10.4",
"drupal/ds": "^3.24",
"drupal/element_class_formatter": "^2.0@beta",
"drupal/entity_reference_revisions": "^1.12",
"drupal/nomarkup": "^1.0",
"drupal/paragraphs": "^1.18",
"drupal/paragraphs_edit": "^3.0",
"drupal/ui_patterns_field_formatters": "^2.1",
"drupal/ui_patterns_field_group": "^2.0.x-dev@dev",
"drupal/viewsreference": "^2.0@beta",
"kanopi/saplings-component-base": "^1",
"kanopi/saplings-full-html-editor": "^1",
"kanopi/saplings-media": "^1"
}
}