-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
28 lines (28 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
{
"name": "kanopi/saplings-domain",
"description": "Base Domain Access configuration for modern Drupal.",
"type": "drupal-recipe",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Anne Bonham",
"homepage": "https://kanopi.com",
"role": "Contributor"
}
],
"require": {
"drupal/domain": "*",
"drupal/domain_access_logo": "*",
"drupal/domain_entity": "*",
"drupal/domain_login_restrict": "*",
"drupal/domain_menu_links": "*",
"drupal/domain_menus": "*",
"drupal/domain_path": "*"
},
"suggest": {
"kanopi/gin-admin-experience": "A simple Drupal Recipe for installing and configuring the Gin admin theme and supporting base modules.",
"kanopi/saplings-media": "Configures media defaults for modern Drupal.",
"kanopi/saplings-editorial": "Configures a rich editing experience for modern Drupal.",
"kanopi/saplings-launch": "Configures best practices for launching modern Drupal."
}
}