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
2019-01-24 08:00:03 +00:00

41 lines
1.1 KiB
JSON

{
"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"
}
}