-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 848 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 848 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
25
26
27
28
29
{
"name": "drupal/jsonapi_frontend_webform",
"type": "drupal-module",
"description": "Optional Webform integration for jsonapi_frontend. Ensures Webform routes resolve as non-headless so frontends can proxy/redirect safely.",
"keywords": [
"Drupal",
"JSON:API",
"headless",
"decoupled",
"Webform"
],
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/jsonapi_frontend_webform",
"support": {
"issues": "https://www.drupal.org/project/issues/jsonapi_frontend_webform",
"source": "https://git.drupalcode.org/project/jsonapi_frontend_webform"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"drupal/core": "^10 || ^11",
"drupal/jsonapi_frontend": "^1.0.7",
"drupal/webform": "^6 || ^7"
}
}