From 50d9a74173d35df4c2e77ad441adb4aaea01beb0 Mon Sep 17 00:00:00 2001 From: bach Date: Thu, 17 Mar 2022 10:37:52 +0100 Subject: [PATCH] added vde_drush --- composer.json | 1 + composer.lock | 78 +++++++++++++++++++++++++++++++++- config/sync/core.extension.yml | 1 + 3 files changed, 79 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a227200..c228e31 100644 --- a/composer.json +++ b/composer.json @@ -162,6 +162,7 @@ "drupal/url_to_video_filter": "^2.0", "drupal/user_csv_import": "^2.0", "drupal/user_email_verification": "^1.x-dev@dev", + "drupal/vde_drush": "^2.0", "drupal/views_conditional": "^1.x-dev", "drupal/views_data_export": "^1.1", "drupal/views_ef_fieldset": "^1.5", diff --git a/composer.lock b/composer.lock index 5c17af6..8b5244e 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "af1e45504d4313a62bf945790bd12840", + "content-hash": "a808d63475be94aec05c20382d5d1132", "packages": [ { "name": "alchemy/zippy", @@ -14068,6 +14068,82 @@ "source": "https://git.drupalcode.org/project/user_email_verification" } }, + { + "name": "drupal/vde_drush", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/vde_drush.git", + "reference": "2.0.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/vde_drush-2.0.0.zip", + "reference": "2.0.0", + "shasum": "692418f631a3e904fdc03842a8057b1fd67e4dd6" + }, + "require": { + "drupal/core": "^8 || ^9", + "drupal/views_data_export": "*", + "php": ">=7.1.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.0", + "datestamp": "1645196722", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Alexander Domasevich", + "homepage": "https://www.drupal.org/user/3557055", + "email": "domaalex@gmail.com" + }, + { + "name": "Artem Ilyin", + "homepage": "https://www.drupal.org/user/3557962", + "email": "kupnoh25@gmail.com" + }, + { + "name": "Anton Lupov", + "homepage": "https://www.drupal.org/user/3547980", + "email": "anthony.lupow@gmail.com" + }, + { + "name": "Pavel Vashchyla", + "homepage": "https://www.drupal.org/user/3332157", + "email": "empty.12.95@gmail.com" + }, + { + "name": "Sergey Semchyk", + "homepage": "https://www.drupal.org/user/3534805", + "email": "ygstand77@gmail.com" + }, + { + "name": "smulvih2", + "homepage": "https://www.drupal.org/user/795442" + } + ], + "description": "Drush support for Views Data Export.", + "homepage": "https://www.drupal.org/project/vde_drush", + "support": { + "source": "https://git.drupalcode.org/project/vde_drush" + } + }, { "name": "drupal/video_embed_field", "version": "2.4.0", diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 649ce2d..848fb12 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -214,6 +214,7 @@ module: user: 0 user_csv_import: 0 user_email_verification: 0 + vde_drush: 0 video_embed_field: 0 video_embed_wysiwyg: 0 views_bulk_edit: 0