From 6b290efb548e3d6036078e183a7ead97aad0e75b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Mon, 5 Feb 2024 04:46:42 +0100 Subject: [PATCH] Add Emain and Profile google api client services --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2ed4ae8..7edb65a 100644 --- a/composer.json +++ b/composer.json @@ -202,7 +202,9 @@ "keep-outdated": true }, "google/apiclient-services": [ - "Calendar" + "Calendar", + "Email", + "Profile" ], "symfony": { "allow-contrib": true, -- 2.41.0