This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/modules/contrib/webform/composer.json

39 lines
1 KiB
JSON
Raw Normal View History

2017-03-16 15:29:07 +00:00
{
"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"
2018-11-23 12:29:20 +00:00
},
{
"name": "Alexander Trotsenko (bucefal91)",
"homepage": "https://www.drupal.org/u/bucefal91",
"role": "Co-maintainer"
2017-03-16 15:29:07 +00:00
}
],
"support": {
2018-11-23 12:29:20 +00:00
"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/jsonapi": "~2.0",
"drupal/token": "~1.3"
2017-03-16 15:29:07 +00:00
}
}