-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·24 lines (24 loc) · 888 Bytes
/
composer.json
File metadata and controls
executable file
·24 lines (24 loc) · 888 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
{
"name": "apax/recipe_apax_decoupled",
"description": "A Drupal 11 recipe for extending the apax/recipe_apax_base recipe with additional Drupal modules and configurations for a decoupled Drupal setup.",
"keywords": [
"recipe",
"drupal recipe",
"drupal decoupled",
"drupal decoupled recipe"
],
"type": "drupal-recipe",
"license": "GPL-2.0-or-later",
"require": {
"apax/recipe_apax_base": "^1.0.6",
"drupal/decoupled_preview_iframe": "^1.0",
"drupal/graphql_compose": "^2.2",
"drupal/graphql_compose_fragments": "^1.0@beta",
"drupal/graphql_compose_preview": "^1.0",
"drupal/graphql_compose_webform": "^1.2@dev",
"drupal/simple_oauth": "^6.0",
"drupal/site_settings": "^2.0",
"drupal/view_unpublished": "^1.2",
"drupal/visual_editor": "^1.0"
}
}