From b3447ef66e53dba13a75df26f7cc1720354cc946 Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Wed, 13 Feb 2019 14:38:46 +0200
Subject: [PATCH] Issue #3032659: Change (composer.json, drupal-org.make files
 apply the change [Varbase Security] not to install the [Security Review]
 module in new Varbase installations and require a * wild card version

---
 composer.json   | 1 -
 drupal-org.make | 6 ++----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/composer.json b/composer.json
index 04624fb9..a3f35463 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/security_review": "1.x-dev#35ebae445bb260e961e47c4c58efe7c50c228999",
     "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 a590e076..d1ac4c2c 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -366,7 +366,7 @@ projects[yoast_seo][type] = module
 projects[yoast_seo][version] = 1.5
 
 projects[l10n_client][type] = module
-projects[l10n_client][version] = 6.x-dev
+projects[l10n_client][version] = 1.x-dev
 
 projects[username_enumeration_prevention][type] = module
 projects[username_enumeration_prevention][version] = 1.0-beta2
@@ -378,9 +378,7 @@ projects[seckit][type] = module
 projects[seckit][version] = 1.1
 
 projects[security_review][type] = module
-projects[security_review][download][url] = https://git.drupal.org/project/security_review.git
-projects[security_review][download][revision] = 35ebae445bb260e961e47c4c58efe7c50c228999
-projects[security_review][download][branch] = 8.x-1.x
+projects[security_review][version] = 1.x-dev
 
 projects[honeypot][type] = module
 projects[honeypot][version] = 1.29
-- 
GitLab