From 74da566e5ee66354d78c4bcb209fe125a0874f40 Mon Sep 17 00:00:00 2001 From: David Dattee Date: Thu, 5 Sep 2024 15:02:01 +0200 Subject: [PATCH] Add gcs lib to suggest --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 28cc02b4..7d840a28 100644 --- a/composer.json +++ b/composer.json @@ -80,7 +80,8 @@ "google/apiclient":"Require ^2.0 to sync to Google Drive", "arhitector/yandex":"Require ^2.0 to sync to Yandex Disk", "microsoft/azure-storage-blob": "Require ^1.4 to sync to Azure Blob Storage", - "phpmailer/phpmailer": "Require ^6.0 to receive logs via email" + "phpmailer/phpmailer": "Require ^6.0 to receive logs via email", + "google/cloud-storage": "Require ^1.42 to sync to Google Cloud Storage" }, "bin": [ "phpbu"