-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 1.01 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
{
"name": "fourkitchens/sous-admin",
"description": "A recipe that contains modules, themes, and configuration for the Sous administration experience.",
"keywords": ["recipe", "Drupal recipes", "drupal recipe"],
"type": "drupal-recipe",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Callin Mullaney",
"role": "Maintainer"
}
],
"minimum-stability": "dev",
"require": {
"drupal/admin_toolbar": "*",
"drupal/config_log": "^4.0",
"drupal/entity_usage": "^2.0@beta",
"drupal/field_group": "^4.0",
"drupal/field_states_ui": "^3.0",
"drupal/gin": "*",
"drupal/gin_toolbar": "*",
"drupal/login_destination": "^2.0@beta",
"drupal/login_history": "^2.0@alpha",
"drupal/media_library_edit": "^3.0",
"drupal/publication_date": "^2.0@beta",
"drupal/save_edit": "^1.3",
"drupal/views_ajax_history": "^1.6",
"drupal/views_bulk_operations": "^4.2"
}
}