From 43cb7cf1c3a997139eaa46366a4b194a8681e490 Mon Sep 17 00:00:00 2001 From: sadashiv <dalvisadashiv@gmail.com> Date: Sun, 20 Feb 2022 16:20:52 +0530 Subject: [PATCH] Quick fix for installing proper version --- 3172577-3.patch | 26 -------------------------- composer.json | 4 ++-- 2 files changed, 2 insertions(+), 28 deletions(-) delete mode 100644 3172577-3.patch diff --git a/3172577-3.patch b/3172577-3.patch deleted file mode 100644 index 3b4ff54..0000000 --- a/3172577-3.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/src/Service/GoogleApiClientService.php b/src/Service/GoogleApiClientService.php -index 92e6899..499076e 100644 ---- a/src/Service/GoogleApiClientService.php -+++ b/src/Service/GoogleApiClientService.php -@@ -102,7 +102,7 @@ class GoogleApiClientService { - * - * @param \Drupal\google_api_client\GoogleApiClientInterface $google_api_client - * Pass completely loaded GoogleApiClient object. -- * @param \Google_Client $googleClient -+ * @param \Google_Client|NULL $googleClient - * Optionally parameter for developers who want to set initial - * google client object. - * -diff --git a/src/Service/GoogleApiServiceClientService.php b/src/Service/GoogleApiServiceClientService.php -index aa76f55..30a2d47 100644 ---- a/src/Service/GoogleApiServiceClientService.php -+++ b/src/Service/GoogleApiServiceClientService.php -@@ -91,7 +91,7 @@ class GoogleApiServiceClientService { - * - * @param \Drupal\google_api_client\GoogleApiServiceClientInterface $google_api_client - * Pass completely loaded GoogleApiClient object. -- * @param \Google_Client $googleClient -+ * @param \Google_Client|NULL $googleClient - * Optionally parameter for developers who want to set initial - * google client object. - * diff --git a/composer.json b/composer.json index f649e08..657e906 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "minimum-stability": "dev", "require": { "php": ">=5.4.0", - "google/apiclient-services": "^0.2", - "google/apiclient": "^2.0" + "google/apiclient-services": "~0.200", + "google/apiclient": "~2" } } -- GitLab