From a9618c244f7861a4643e34f7bd60f11a1b61ce24 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Wed, 13 Feb 2019 15:41:55 +0200 Subject: [PATCH] Issue #3032659: Change (composer.json, drupal-org.make) files to apply the change [Varbase Admin] require [Mail Editor] module with a * wild card version --- composer.json | 1 - drupal-org.make | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a3f35463..7173d6ff 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,6 @@ "drupal/image_resize_filter": "1.x-dev#c3f4b23b02005859092aaff746b9f21b794adc58", "drupal/tour_builder": "1.x-dev#d70e898949b7ec4095efb391a0dbec56d0117558", "drupal/node_edit_protection": "1.x-dev#902339c08222f838030c07aaea23bdc51ababebd", - "drupal/mail_edit": "1.x-dev#bcd0041830d8581b36e6211f0c8eabd8caf9652b", "drupal/google_analytics_reports": "3.x-dev#2b6bb8efbc7f61ce3c1225638075aa6037b8db44", "drupal/login_destination": "1.x-dev#54be8b89fdc073ca40af6b9b2eeb050e0aeb7908" }, diff --git a/drupal-org.make b/drupal-org.make index d1ac4c2c..db1222a8 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -240,9 +240,7 @@ projects[menu_position][type] = module projects[menu_position][version] = 1.0-alpha1 projects[mail_edit][type] = module -projects[mail_edit][download][url] = https://git.drupal.org/project/mail_edit.git -projects[mail_edit][download][revision] = bcd0041830d8581b36e6211f0c8eabd8caf9652b -projects[mail_edit][download][branch] = 8.x-1.x +projects[mail_edit][version] = 1.x-dev projects[taxonomy_access_fix][type] = module projects[taxonomy_access_fix][version] = 2.6 -- GitLab