Move all files to 2017/
This commit is contained in:
parent
ac7370f67f
commit
2875863330
15717 changed files with 0 additions and 0 deletions
40
2017/web/modules/contrib/webform/composer.json
Normal file
40
2017/web/modules/contrib/webform/composer.json
Normal file
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"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/address": "~1.4",
|
||||
"drupal/chosen": "~2.6",
|
||||
"drupal/jsonapi": "~2.0",
|
||||
"drupal/select2": "~1.1",
|
||||
"drupal/token": "~1.3"
|
||||
}
|
||||
}
|
Reference in a new issue