Removed webform and webform_content_creator modules
This commit is contained in:
parent
baa63a8cb4
commit
c0ad8e855c
@ -38,8 +38,6 @@
|
||||
"drupal/security_review": "*",
|
||||
"drupal/views_aggregator": "^1.0@beta",
|
||||
"drupal/views_autosubmit": "^1.4",
|
||||
"drupal/webform": "^6.0",
|
||||
"drupal/webform_content_creator": "^2.0",
|
||||
"drush/drush": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
|
185
composer.lock
generated
185
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "c525f57df5d5211e0df63d947e9194d5",
|
||||
"content-hash": "4aba84b4749f6070e7b321c825e22bf2",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
@ -3198,186 +3198,6 @@
|
||||
"issues": "https://www.drupal.org/project/issues/views_autosubmit"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/webform",
|
||||
"version": "6.0.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/webform.git",
|
||||
"reference": "6.0.4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/webform-6.0.4.zip",
|
||||
"reference": "6.0.4",
|
||||
"shasum": "8b87ffb19f980e9d77957dfb2d784a1a68619d57"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.8 || ^9"
|
||||
},
|
||||
"require-dev": {
|
||||
"drupal/address": "~1.0",
|
||||
"drupal/bootstrap": "~3.0",
|
||||
"drupal/captcha": "~1.0",
|
||||
"drupal/chosen": "~3.0",
|
||||
"drupal/clientside_validation": "~3.0",
|
||||
"drupal/clientside_validation_jquery": "*",
|
||||
"drupal/devel": "~3.0",
|
||||
"drupal/entity": "~1.0",
|
||||
"drupal/entity_print": "~2.0",
|
||||
"drupal/gnode": "*",
|
||||
"drupal/group": "1.0",
|
||||
"drupal/jquery_ui": "~1.0",
|
||||
"drupal/jquery_ui_checkboxradio": "~1.0",
|
||||
"drupal/jquery_ui_datepicker": "~1.0",
|
||||
"drupal/lingotek": "~3.0",
|
||||
"drupal/mailsystem": "~4.0",
|
||||
"drupal/paragraphs": "~1.0",
|
||||
"drupal/select2": "~1.0",
|
||||
"drupal/smtp": "~1.0",
|
||||
"drupal/styleguide": "~1.0",
|
||||
"drupal/telephone_validation": "~2.0",
|
||||
"drupal/token": "~1.0",
|
||||
"drupal/variationcache": "~1.0",
|
||||
"drupal/webform_access": "*",
|
||||
"drupal/webform_attachment": "*",
|
||||
"drupal/webform_clientside_validation": "*",
|
||||
"drupal/webform_devel": "*",
|
||||
"drupal/webform_entity_print": "*",
|
||||
"drupal/webform_group": "*",
|
||||
"drupal/webform_node": "*",
|
||||
"drupal/webform_options_limit": "*",
|
||||
"drupal/webform_scheduled_email": "*",
|
||||
"drupal/webform_share": "*",
|
||||
"drupal/webform_ui": "*"
|
||||
},
|
||||
"suggest": {
|
||||
"drupal/jquery_ui_checkboxradio": "Provides jQuery UI Checkboxradio library. Required by the Webform jQueryUI Buttons module. The Webform jQueryUI Buttons module is deprecated because jQueryUI is no longer maintained.",
|
||||
"drupal/jquery_ui_datepicker": "Provides jQuery UI Datepicker library. Required to support datepickers. The Webform jQueryUI Datepicker module is deprecated because jQueryUI is no longer maintained."
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "6.0.4",
|
||||
"datestamp": "1624461046",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
},
|
||||
"drush": {
|
||||
"services": {
|
||||
"drush.services.yml": "^9 || ^10"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"name": "Contributors",
|
||||
"homepage": "https://www.drupal.org/node/7404/committers",
|
||||
"role": "Contributor"
|
||||
},
|
||||
{
|
||||
"name": "quicksketch",
|
||||
"homepage": "https://www.drupal.org/user/35821"
|
||||
},
|
||||
{
|
||||
"name": "torotil",
|
||||
"homepage": "https://www.drupal.org/user/865256"
|
||||
}
|
||||
],
|
||||
"description": "Enables the creation of webforms and questionnaires.",
|
||||
"homepage": "https://drupal.org/project/webform",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/webform",
|
||||
"issues": "https://www.drupal.org/project/issues/webform?version=8.x",
|
||||
"docs": "https://www.drupal.org/docs/8/modules/webform",
|
||||
"forum": "https://drupal.stackexchange.com/questions/tagged/webform"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/webform_content_creator",
|
||||
"version": "2.0.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/webform_content_creator.git",
|
||||
"reference": "2.0.2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/webform_content_creator-2.0.2.zip",
|
||||
"reference": "2.0.2",
|
||||
"shasum": "0d5f861255bcdc5789a7119d87159725e11c9b15"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8 || ^9",
|
||||
"drupal/webform": "*"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "2.0.2",
|
||||
"datestamp": "1616077587",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "-nrzr-",
|
||||
"homepage": "https://www.drupal.org/user/3522063"
|
||||
},
|
||||
{
|
||||
"name": "Miguelpamferreira",
|
||||
"homepage": "https://www.drupal.org/user/3548054"
|
||||
},
|
||||
{
|
||||
"name": "Nelson Alves",
|
||||
"homepage": "https://www.drupal.org/user/3557178"
|
||||
},
|
||||
{
|
||||
"name": "Rosa Pascoal Garcia",
|
||||
"homepage": "https://www.drupal.org/user/3500109"
|
||||
},
|
||||
{
|
||||
"name": "dgaspara",
|
||||
"homepage": "https://www.drupal.org/user/3557179"
|
||||
},
|
||||
{
|
||||
"name": "joaomarques736",
|
||||
"homepage": "https://www.drupal.org/user/3557181"
|
||||
},
|
||||
{
|
||||
"name": "ricardotenreiro",
|
||||
"homepage": "https://www.drupal.org/user/213132"
|
||||
}
|
||||
],
|
||||
"description": "Allows you to create content entities and do mappings between respective fields and webform submission values.",
|
||||
"homepage": "https://www.drupal.org/project/webform_content_creator",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/webform_content_creator"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drush/drush",
|
||||
"version": "10.5.0",
|
||||
@ -7955,5 +7775,6 @@
|
||||
"prefer-stable": true,
|
||||
"prefer-lowest": false,
|
||||
"platform": [],
|
||||
"platform-dev": []
|
||||
"platform-dev": [],
|
||||
"plugin-api-version": "1.1.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user