From 7050874654b937ddecc77c7f2a95fb1e8c6868d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Wed, 21 Feb 2024 13:05:07 +0100 Subject: [PATCH] Add Oauth2 google api service --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7edb65a..5209920 100644 --- a/composer.json +++ b/composer.json @@ -203,8 +203,7 @@ }, "google/apiclient-services": [ "Calendar", - "Email", - "Profile" + "Oauth2" ], "symfony": { "allow-contrib": true, -- 2.41.0