-
Notifications
You must be signed in to change notification settings - Fork 9
/
composer.json
37 lines (37 loc) · 1012 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
30
31
32
33
34
35
36
37
{
"name": "drupal/webform",
"description": "Enables the creation of webforms and questionnaires.",
"type": "drupal-module",
"license": "GPL-2.0+",
"minimum-stability": "dev",
"homepage": "https://drupal.org/project/webform",
"authors": [
{
"name": "Jacob Rockowitz (jrockowitz)",
"homepage": "https://www.drupal.org/u/jrockowitz",
"role": "Maintainer"
},
{
"name": "Alexander Trotsenko (bucefal91)",
"homepage": "https://www.drupal.org/u/bucefal91",
"role": "Co-maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/webform?version=8.x",
"source": "http://cgit.drupalcode.org/webform",
"docs": "https://www.drupal.org/docs/8/modules/webform",
"forum": "https://drupal.stackexchange.com/questions/tagged/webform"
},
"extra": {
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
},
"require-dev": {
"drupal/token": "~1.3",
"drupal/address": "~1.4"
}
}