From d17b2255364884b71da048075f95096d812dc5ce Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Wed, 13 Feb 2019 13:55:19 +0200
Subject: [PATCH] Issue #3032659: Change (composer.json, drupal-org.make files
 apply the change of[Varbase Internationalization] not to use the
 [Localization client] module by disabling it for old sites and not to install
 it in new Varbase installations

---
 composer.json   | 1 -
 drupal-org.make | 8 +-------
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/composer.json b/composer.json
index d4e71d7f..04624fb9 100644
--- a/composer.json
+++ b/composer.json
@@ -49,7 +49,6 @@
     "drupal/vartheme_admin": "6.x-dev",
     "drupal/image_resize_filter": "1.x-dev#c3f4b23b02005859092aaff746b9f21b794adc58",
     "drupal/tour_builder": "1.x-dev#d70e898949b7ec4095efb391a0dbec56d0117558",
-    "drupal/l10n_client": "1.x-dev#9bf8d597732870bdca301512c71b6e5d74d48db2",
     "drupal/node_edit_protection": "1.x-dev#902339c08222f838030c07aaea23bdc51ababebd",
     "drupal/security_review": "1.x-dev#35ebae445bb260e961e47c4c58efe7c50c228999",
     "drupal/mail_edit": "1.x-dev#bcd0041830d8581b36e6211f0c8eabd8caf9652b",
diff --git a/drupal-org.make b/drupal-org.make
index 3ecfdf0b..a590e076 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -366,13 +366,7 @@ projects[yoast_seo][type] = module
 projects[yoast_seo][version] = 1.5
 
 projects[l10n_client][type] = module
-projects[l10n_client][download][url] = https://git.drupal.org/project/l10n_client.git
-projects[l10n_client][download][revision] = 9bf8d597732870bdca301512c71b6e5d74d48db2
-projects[l10n_client][download][branch] = 8.x-1.x
-;; Issue #2867460: Incompatible with this version of Drupal core ~8.0
-projects[l10n_client][patch][] = https://www.drupal.org/files/issues/2867460-2.patch
-;; Issue #2872668: User error: 0 is an invalid render array key":
-projects[l10n_client][patch][] = https://www.drupal.org/files/issues/l10n_client-hook_toolbar-fix-2872668-3.patch
+projects[l10n_client][version] = 6.x-dev
 
 projects[username_enumeration_prevention][type] = module
 projects[username_enumeration_prevention][version] = 1.0-beta2
-- 
GitLab